Skip to content

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

Notifications You must be signed in to change notification settings

ELDREDVG/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 <nanodano@devdungeon.com>

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

Languages

  • Python 99.1%
  • Batchfile 0.9%