Skip to content

geidelguerra/conway-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life in Python

Very simple implementation of Conway's Game of Life Algorithm.

The initial state of the grid is generated at random

Screenshot

Create and activate virtual environment

python3 -m venv .venv && source .venv/bin/activate

Install dependencies

pip install -r requirements.txt

Run simulation

python src/cli.py simulate --tick-interval 1 --grid-size 20

Try diferent grid sizes and tick intervals. Enjoy.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages