Skip to content

apoluektov/gameoflife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

Conway's Game of Life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages