Simulates Conway's Game of Life using pygame and numpy.
git clone https://github.com/Zike01/Game-of-Life.git
cd Game-of-Life
python -m venv .venv
.venv/Scripts/activate
pip install -r requirements.txt
python game.py
LMB - Draw Cell
RMB - Clear Cell
SPACE - Play/Pause
C - Clear Board
Q - Quit
Glider
Light-weight spaceship (LWSS)
Middle-weight spaceship (MWSS)
Heavy-weight spaceship (HWSS)
More examples of patterns can be found here.




