a simple version of conway's game of life that starts with random noise. canvas size, amount of rounds, cell size and output format (.gif image or .mp4 video) can be adjusted flexibly.
pip install -r requirements.txt
and for now, just download "game-of-life-v2.ipynb", adjust the variables in the "config" dict and play and play it in jupyter notebook.
8000 cells, 300 rounds, enlarged pixels by 4
800 cells, 400 rounds, enlarged pixels by 15
800 cells, 200 rounds, enlarged pixels by 15
- improve performance (especially conversion from float64 to uint8)
- add templates and start figures (glider etc.)
- enable flexible coloring
- add infite mode and possibility to watch the game live (pygame?)