/gameoflife

Conway's Game of Life

Primary LanguagePythonMIT LicenseMIT

Demonstration of Conway's Game of Life

See http://en.wikipedia.org/wiki/Conway_game_of_life for game rules.

Usage

$ ./main.py

Type ./main.py --help to see the list of available parameters.

Controls

Key Action
ESC quit
F faster
S slower
P pause/resume
mousewheel up zoom out
mousewheel down zoom in
drag with left mousebutton scroll the board
SPACE next generation (in pause only)
0 mark as dead the cell under the mouse cursor (in pause only)
1 mark as alive the cell under the mouse cursor (in pause only)