summaryrefslogtreecommitdiffstats
path: root/projects
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2011-12-13 02:56:41 (EST)
committer P. J. McDermott <pjm@nac.net>2011-12-13 02:56:41 (EST)
commit63d24a055dd9bc50e6c312b9d0df01a78cb9db64 (patch)
tree472b8d482f7271d789dde98f39d16dec922ce3f4 /projects
parente352cc20132f6ea986b5e1e35fc5b208169ac089 (diff)
downloadwww-63d24a055dd9bc50e6c312b9d0df01a78cb9db64.zip
www-63d24a055dd9bc50e6c312b9d0df01a78cb9db64.tar.gz
www-63d24a055dd9bc50e6c312b9d0df01a78cb9db64.tar.bz2
Give cgol its own information document.
Diffstat (limited to 'projects')
-rwxr-xr-xprojects/cgol/index.html25
-rwxr-xr-xprojects/index.html2
2 files changed, 26 insertions, 1 deletions
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 @@
+<!--#set var="title" value="cgol (Curses Game of Life)" -->
+<!--#include virtual="../../includes/header.html" -->
+<h2>cgol (Curses Game of Life)</h2>
+<p>
+ 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).
+</p>
+<p>
+ 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.
+</p>
+<h3>Getting cgol</h3>
+<p>
+ Download or browse the repository hosted on this server:<br>
+ <a href="http://odin1.pehjota.net/git/cgol/">&lt;http://odin1.pehjota.net/git/cgol/&gt;</a>
+</p>
+<p>
+ 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.
+</p>
+<!--#include virtual="../../includes/footer.html" -->
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 @@
<p>
A simple script to automate build testing for software managed with Git.
</p>
-<h3><a href="http://odin1.pehjota.net/git/cgol/">cgol (Curses Game of Life)</a></h3>
+<h3><a href="cgol/">cgol (Curses Game of Life)</a></h3>
<p>
An implementation of Conway's Game of Life written in C and using the curses
interface.