Skip to content

Pyway is a simple Python package for simulating Conway's Game of Life

License

Notifications You must be signed in to change notification settings

lcwheeler/pyway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyway

Pyway is a simple Python class for simulating Conway's Game of Life

Example:

from pyway import Game

# Instantiate a Game object
C = Game()

# Get random initial conditions on a 100 x 100 grid
C.initial_conditions(100, 100)

# Generate and save an animation using default settings
C.make_animation()

Install

Clone this repository and install a development version using pip:

pip install -e .

About

Pyway is a simple Python package for simulating Conway's Game of Life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published