summaryrefslogtreecommitdiffstats
path: root/projects/cgol/index.mdwn
blob: 7bec3807aba2c28117ddc2657fcca67eb5db0a1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!--#set var="title" value="cgol (Curses Game of Life)" -->
<!--#include virtual="/includes/header.html" -->

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).

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.

Getting cgol
============

Download or browse the repository hosted on this server:
&lt;<http://odin1.pehjota.net/git/cgol/>&gt;

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.

<!--#include virtual="/includes/footer.html" -->