Skip to content

bsloan/gol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

gol

Conway's Game of Life

https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Here's my first pass at a console implementation of everyone's favorite 0-player game.

gol.py contains the Game class and the main loop, while demos.py contains a couple of simple test/demo starting scenarios. Run it like this:

% python gol.py
% python gol.py --blink
% python gol.py --ship
% python gol.py --blink --step

About

Conway's Game of Life

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages