Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
/ game_of_life Public archive
forked from talltea/game_of_life

conway's game of life in python

Notifications You must be signed in to change notification settings

AdamScherlis/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

  • Python 100.0%