diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-01-30 04:27:43 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2008-01-30 04:27:43 +0000 |
commit | 9ac5382ccbc413b496bcd9c2aeff256755986f94 (patch) | |
tree | 1a0123bc0adb5139d925ca7fe9ce4c8ec677b1ea /games/Makefile | |
parent | Tycho is a program to gather data on Core War warriors. Tycho takes a list of (diff) |
Species is a corewars evolver. It is a program to generates corewars warriors
using genetic algorithms. This is the program which generated the best evolved
warrior in the recent Multi-Manics corewars competition. Contemporaries
include YACE, RedRace, Red Maker and CCAI.
Species is definitely the most over-engineered, complicated and buggy Corewars
Evolver on the freeware market today!
WWW: http://redcoder.sourceforge.net/?p=species
Notes
Notes:
svn path=/head/; revision=206430
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index dc766e596fc7..fa7c9b46e598 100644 --- a/games/Makefile +++ b/games/Makefile @@ -714,6 +714,7 @@ SUBDIR += spacearyarya SUBDIR += spacehulk SUBDIR += speak + SUBDIR += species SUBDIR += spellcast SUBDIR += speyes SUBDIR += spicetrade |