cvs commit: ports/games Makefile ports/games/cre Makefile distinfo pkg-descr pkg-plist ports/games/cre/files Makefile

Alejandro Pulver alepulver at FreeBSD.org
Tue Jan 29 20:03:28 PST 2008


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)


More information about the cvs-ports mailing list