diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-30 10:35:39 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-30 10:35:39 (EDT) |
commit | 920a68d8971fd61b9fa2f58b604b472731d936bb (patch) | |
tree | e4131c6a3b519b4ea1dadb0b8f9925b8b54a9c97 /projects/cgol | |
parent | 252d2475e7198c48f7d2a923c9ee82760bc2de1e (diff) | |
download | www-920a68d8971fd61b9fa2f58b604b472731d936bb.zip www-920a68d8971fd61b9fa2f58b604b472731d936bb.tar.gz www-920a68d8971fd61b9fa2f58b604b472731d936bb.tar.bz2 |
Remove old HTML files.
Diffstat (limited to 'projects/cgol')
-rwxr-xr-x | projects/cgol/index.html | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/projects/cgol/index.html b/projects/cgol/index.html deleted file mode 100755 index a3fadd9..0000000 --- a/projects/cgol/index.html +++ /dev/null @@ -1,25 +0,0 @@ -<!--#set var="title" value="cgol (Curses Game of Life)" --> -<!--#include virtual="/includes/header.html" --> -<h2>cgol (Curses Game of Life)</h2> -<p> - 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). -</p> -<p> - 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. -</p> -<h3>Getting cgol</h3> -<p> - Download or browse the repository hosted on this server:<br> - <a href="http://odin1.pehjota.net/git/cgol/"><http://odin1.pehjota.net/git/cgol/></a> -</p> -<p> - 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. -</p> -<!--#include virtual="/includes/footer.html" --> |