summaryrefslogtreecommitdiff
path: root/games/Makefile
diff options
context:
space:
mode:
authorAlejandro Pulver <alepulver@FreeBSD.org>2008-01-30 04:03:27 +0000
committerAlejandro Pulver <alepulver@FreeBSD.org>2008-01-30 04:03:27 +0000
commit60df7f192397be3104d79569b1fc46d4562ffa8c (patch)
tree5738fc2f418df837a28bcfe1206339489beb36fa /games/Makefile
parentHere you can find Yace, which is a program that automatically creates (diff)
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/
Notes
Notes: svn path=/head/; revision=206426
Diffstat (limited to 'games/Makefile')
-rw-r--r--games/Makefile1
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