Skip to content
/ life Public

Conway's Game of Life implemented in Python using OpenGL

License

Notifications You must be signed in to change notification settings

lig/life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

life

Conway's Game of Life implemented in Python using OpenGL.

Installation

  1. Clone the repo.
  2. Install Python 3.7 or edit [requires] section accordingly in ./Pipfile to try with another Python version.
  3. Install pipenv.
  4. Run pipenv install --deploy.

Configuration

Adjust settings in the ./life/__init__.py.

Run

pipenv run python -m life

Screeshots

life screenshot

About

Conway's Game of Life implemented in Python using OpenGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages