diff options
author | alepulver <alepulver@FreeBSD.org> | 2008-01-30 12:03:27 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2008-01-30 12:03:27 +0800 |
commit | 1d10a30cff6bd5b1eb21e395640c3560b81b6e7c (patch) | |
tree | 663bd5d11123d0f3e2ff7c746b9cff75d5d3ee83 /games/Makefile | |
parent | 0f9d9fb50d30f084b259c5ff5ff0fcd3a95f971f (diff) | |
download | freebsd-ports-gnome-1d10a30cff6bd5b1eb21e395640c3560b81b6e7c.tar.gz freebsd-ports-gnome-1d10a30cff6bd5b1eb21e395640c3560b81b6e7c.tar.zst freebsd-ports-gnome-1d10a30cff6bd5b1eb21e395640c3560b81b6e7c.zip |
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/
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 b3c025e134e1..d2083df5b79c 100644 --- a/games/Makefile +++ b/games/Makefile @@ -136,6 +136,7 @@ SUBDIR += crafty-open-medium SUBDIR += crafty-tablebase-no-pawn SUBDIR += crafty-tablebase-pawn + SUBDIR += cre SUBDIR += crimson SUBDIR += criticalmass SUBDIR += crossfire-client |