From 63d24a055dd9bc50e6c312b9d0df01a78cb9db64 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Tue, 13 Dec 2011 02:56:41 -0500 Subject: Give cgol its own information document. --- (limited to 'projects') diff --git a/projects/cgol/index.html b/projects/cgol/index.html new file mode 100755 index 0000000..30a4a74 --- /dev/null +++ b/projects/cgol/index.html @@ -0,0 +1,25 @@ + + +

cgol (Curses Game of Life)

+

+ 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:
+ <http://odin1.pehjota.net/git/cgol/> +

+

+ 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. +

+ diff --git a/projects/index.html b/projects/index.html index 59b2fee..9c02793 100755 --- a/projects/index.html +++ b/projects/index.html @@ -47,7 +47,7 @@

A simple script to automate build testing for software managed with Git.

-

cgol (Curses Game of Life)

+

cgol (Curses Game of Life)

An implementation of Conway's Game of Life written in C and using the curses interface. -- cgit v0.9.1