The Game of Life but programmed in Python
Stars
1
Forks
0
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
63
commits
Removing dead space
9e9e8d8
Reordered imports
80c61ed
Update __init__.py
c280378
Added GameOfLife lists.
e7e69b4
Update README.md
e708a01
Bug fix : Display now updates on user drawing.
f0f5a10
minor speed improvements
3f43c07
forgot to set this back
67e5b80
pygame imports are weird, nevermind.
2342874
cleaned up pygame imports
65dab56
Added comments, reordered variables & added ability to toggle cell outline
a5287c2
drag to change cells feature added
75d16f4
better `figure_out_cell` logic
c5b5464
Added `random_seed` kwarg
c321c97
Fixed a bug with the implementation of random_start
d6ae072