summaryrefslogtreecommitdiffstats
path: root/projects/cgol/index.mdwn
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-09-30 13:46:59 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-09-30 13:46:59 (EDT)
commitcf29488c587334874cf491a01a1f74ba3ac7de45 (patch)
tree45235a0b54955394d6817515cffb46b6ef0d9217 /projects/cgol/index.mdwn
parent512a14145021dc6304f0e03a7a9386f4fca0d793 (diff)
parent6bef1357e5906d92bba0e836be5880acf47a15cc (diff)
downloadwww-cf29488c587334874cf491a01a1f74ba3ac7de45.zip
www-cf29488c587334874cf491a01a1f74ba3ac7de45.tar.gz
www-cf29488c587334874cf491a01a1f74ba3ac7de45.tar.bz2
Merge branch 'new'.
Diffstat (limited to 'projects/cgol/index.mdwn')
-rw-r--r--projects/cgol/index.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/projects/cgol/index.mdwn b/projects/cgol/index.mdwn
new file mode 100644
index 0000000..7bec380
--- /dev/null
+++ b/projects/cgol/index.mdwn
@@ -0,0 +1,22 @@
+<!--#set var="title" value="cgol (Curses Game of Life)" -->
+<!--#include virtual="/includes/header.html" -->
+
+cgol is an implementation of Conway's Game of Life written in C and using the
+curses interface. Upon start, it generates a finite grid with a random seed
+pattern. It then iterates through generations indefinitely (unless the '-n'
+option is supplied).
+
+It was written simply for its hack value. Game of Life is a magnificent hack of
+a game: there is no gameplay beyond the initial state, yet it can still provide
+hours of fun.
+
+Getting cgol
+============
+
+Download or browse the repository hosted on this server:
+&lt;<http://odin1.pehjota.net/git/cgol/>&gt;
+
+You may share and modify this software under the terms of the GNU General Public
+License, version 3 or later. See "COPYING" in the source tree for details.
+
+<!--#include virtual="/includes/footer.html" -->