From cf29488c587334874cf491a01a1f74ba3ac7de45 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 30 Sep 2013 13:46:59 -0400 Subject: Merge branch 'new'. --- (limited to 'projects/cgol') diff --git a/projects/cgol/index.html b/projects/cgol/index.html deleted file mode 100755 index 30a4a74..0000000 --- a/projects/cgol/index.html +++ /dev/null @@ -1,25 +0,0 @@ - - -

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' 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:
- <http://odin1.pehjota.net/git/cgol/> -

-

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

- diff --git a/projects/cgol/index.mdwn b/projects/cgol/index.mdwn new file mode 100644 index 0000000..7bec380 --- /dev/null +++ b/projects/cgol/index.mdwn @@ -0,0 +1,22 @@ + + + +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: +<> + +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. + + -- cgit v0.9.1