An open API service indexing awesome lists of open source software.

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

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.