diff options
author | P. J. McDermott <pjm@nac.net> | 2011-12-13 02:49:02 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2011-12-13 02:49:02 (EST) |
commit | e352cc20132f6ea986b5e1e35fc5b208169ac089 (patch) | |
tree | 74ba314fe05fae7aad2567a82510d838d08671a6 | |
parent | 2bddeb01d80c5439d04eb7663e7593c26c15d6bb (diff) | |
download | www-e352cc20132f6ea986b5e1e35fc5b208169ac089.zip www-e352cc20132f6ea986b5e1e35fc5b208169ac089.tar.gz www-e352cc20132f6ea986b5e1e35fc5b208169ac089.tar.bz2 |
Add cgol to projects.
-rwxr-xr-x | projects/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/projects/index.html b/projects/index.html index 64d2aae..59b2fee 100755 --- a/projects/index.html +++ b/projects/index.html @@ -47,4 +47,9 @@ <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> +<p> + An implementation of Conway's Game of Life written in C and using the curses + interface. +</p> <!--#include virtual="../includes/footer.html" --> |