diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-26 15:00:36 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-26 15:00:36 (EDT) |
commit | 0a68458fac297c5ce577ef9973d3a291bf616490 (patch) | |
tree | 73d6e808f4053d36f76435f69aa7a03b1f7d20cc /projects/cgol | |
parent | 7eb245d428c37fc026228f5f907b9af73355cdd3 (diff) | |
download | www-0a68458fac297c5ce577ef9973d3a291bf616490.zip www-0a68458fac297c5ce577ef9973d3a291bf616490.tar.gz www-0a68458fac297c5ce577ef9973d3a291bf616490.tar.bz2 |
Remove page titles from pages.
Diffstat (limited to 'projects/cgol')
-rw-r--r-- | projects/cgol/index.mdwn | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/projects/cgol/index.mdwn b/projects/cgol/index.mdwn index 80413ac..7bec380 100644 --- a/projects/cgol/index.mdwn +++ b/projects/cgol/index.mdwn @@ -1,9 +1,6 @@ <!--#set var="title" value="cgol (Curses Game of Life)" --> <!--#include virtual="/includes/header.html" --> -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' @@ -14,7 +11,7 @@ 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/>> |