Skip to content

talltea/game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic operation: pipenv shell python game_of_life.py

Tests: pytest

linting flake8 game_of_life.py

Troubleshooting: If you're running into problems installing modules using pipenv, consider pinning pip: pipenv run pip install pip==18.0 pipenv install

About

conway's game of life in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages