Menu

Tree [813efb] master /
 History

HTTPS access


File Date Author Commit
 docs 2011-10-15 alexwenzel alexwenzel [9f22ba] Initial version of Game of Life 3D from 2009
 src 2011-10-15 Alexander Wenzel Alexander Wenzel [813efb] Added README file; version up
 COPYING 2011-10-15 alexwenzel alexwenzel [9f22ba] Initial version of Game of Life 3D from 2009
 README 2011-10-15 Alexander Wenzel Alexander Wenzel [813efb] Added README file; version up
 gol3d.pro 2011-10-15 Alexander Wenzel Alexander Wenzel [813efb] Added README file; version up
 gol3d_logo.png 2011-10-15 alexwenzel alexwenzel [6ad644] Fixed multithreading bug with X11; removed old ...

Read Me

GAME OF LIFE 3D
http://gol3d.sourceforge.net
=============================
GAME OF LIFE 3D (GOL3D) is an platform-independent OpenGL implementation of John Conway's "Game of Life" with a modern QT4 user interface. It features a random mode and different pre defined example modes.


1. BUILD
---------
To build gol3d just run the following commands:
$ qmake
$ make


2. USEAGE
----------
To start gol3d just run the following command:
$ ./gol3d

Documentation can be found in ./docs/ and directly accessed from within the program. The documentation is currently only available in German.


3. LICENSE
-----------
GOL3D is licensed under the GNU General Public License.
See ./COPYING for more information.


Copyright (c) 2009 Alexander Wenzel, Pascal Stoll