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