Skip to content
This repository has been archived by the owner on May 30, 2020. It is now read-only.
/ NanoLifePy Public archive

Pygame implementation of Conway's game of life (nanolife package on pypi)

Notifications You must be signed in to change notification settings

DevDungeon/NanoLifePy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of Life

Simple pygame implementation of Conway's Game of Life.

screenshots/screenshot.png

Install with pip:

pip install nanolife

Install from source:

python setup.py install

Run via launch script installed with pip package:

nanolife

Run as a Python module:

python -m nanolife

To import the class in to your own code:

from nanolife.LifeGame import LifeGame
LifeGame().run()

There are a couple keybinds available:

  • q - Quit
  • s - Start/stop (toggle pause)
  • r - Randomize the grid

NanoDano <[email protected]>

About

Pygame implementation of Conway's game of life (nanolife package on pypi)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published