Conway's Game Of Life ()
[software]
- Tools: Python + Tkinter
- Source code: https://github.com/vec2pt/game-of-life
- Links:
A simple application to vizualize (and more) the Conway’s Game of Life.
The application allows you to export the game (to a json file), import (from json and cells files) and simple editing.
Keyboard Shortcuts
| Shortcut | Command |
|---|---|
| ctrl + n | Create a new game. |
| ctrl + s | Save as… |
| ctrl + o | Open the game. |
| ctrl + q | Quit. |
| space | Running / Pausing the game. |
| Mouse left-click | Changes the state of the cell. |
Screenshots


License
Distributed under the MIT License.