Software Details:
Version: 0.1.0
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 121
gof is a Python game that provides a little fun with Conway's Game Of Life.
Quick install
First install the package either from github
git clone git://github.com/jul/game_of_life.git
And do what you have to do.
Or
pip install gof
I made a package to write less docs.
To dive directly in the core of the topic
python -i -mgof.demo
You'll have a *pseudo* animation (could work on windows, but I am lazy), of a cellular automata. But this is not fun, you have to manipulate to really have fun.
Since you use *python -i* at the end of the demo you are left with an interactive session
Requirements:
- Python
Comments not found