Skip to content

Zike01/Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game of Life

Simulates Conway's Game of Life using pygame and numpy.

Demo

Demo

Installation

Windows

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

Controls

LMB - Draw Cell
RMB - Clear Cell
SPACE - Play/Pause
C - Clear Board
Q - Quit

Patterns

glider

Glider

LWSS

Light-weight spaceship (LWSS)

MWSS

Middle-weight spaceship (MWSS)

HWSS

Heavy-weight spaceship (HWSS)

More examples of patterns can be found here.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages