diff options
-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" --> |