Skip to content

ibagov/game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

game-of-life

A Python implementation of Conway's Game of Life.

Getting started

To install the required packages run pip install -r requirements.txt from the project's directory

Starting the game is as simple as running life.py.

Specific patterns can be loaded using the -p or --pattern argument. For example, a blinker can be ran using:

python life.py -p blinker

A dictionary containing all implemented patterns can be found in life.py.

Additionally, the starting dimensions of the grid can also be set using --height or -w and --weight.

About

Python implementation of Conway's Game of Life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages