https://github.com/th-rpy/game_of_life
Simple and graphic game of life (tkinter) in python 3
https://github.com/th-rpy/game_of_life
Last synced: 4 months ago
JSON representation
Simple and graphic game of life (tkinter) in python 3
- Host: GitHub
- URL: https://github.com/th-rpy/game_of_life
- Owner: th-rpy
- Created: 2018-06-05T02:24:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T06:28:48.000Z (about 4 years ago)
- Last Synced: 2025-01-05T09:18:37.931Z (6 months ago)
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Here is my version of the famous cellular automaton Jeu De La Vie programmed in python in its version 3 (3.2.2 to be precise). It's a simple version, easy to understand (well it seems to me^^) and graphical (tkinter). It is possible to modify the size of the grid, the size of the cells and the wait between each step.