alepulver    2008-01-30 04:03:27 UTC

  FreeBSD ports repository

  Modified files:
    games                Makefile 
  Added files:
    games/cre            Makefile distinfo pkg-descr pkg-plist 
    games/cre/files      Makefile 
  Log:
  CRE, which stands for Corewars Redcode Evolver, is an open-source program that
  automatically generates programs for the game Corewars by using Charles
  Darwin's theories on natural selection. When you start CRE, here's what
  happens:
  
  1. A population of warriors is created by randomly selecting instructions.
  2. Each warrior's fitness is tested by battling with other warriors in the
     population.
  3. The fittest warriors reproduce and replace less fit warriors.
  4. The previous two steps are repeated indefinitely.
  
  WWW:    http://cre.sourceforge.net/
  
  Revision  Changes    Path
  1.1176    +1 -0      ports/games/Makefile
  1.1       +37 -0     ports/games/cre/Makefile (new)
  1.1       +3 -0      ports/games/cre/distinfo (new)
  1.1       +10 -0     ports/games/cre/files/Makefile (new)
  1.1       +12 -0     ports/games/cre/pkg-descr (new)
  1.1       +4 -0      ports/games/cre/pkg-plist (new)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to