Skip to content
/ python Public
forked from conwaysgame/python

A Python implementation of Conway's Game of Life

License

Notifications You must be signed in to change notification settings

cYoren/python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conways's Game of Life in Python

This is an implementation of Conway's Game of Life in Python I created as an exercise in understanding Python and Test-Driven Development in Python. Created by @basicallydan.

The Game

Run python gameoflife.py and you should see a 20x20 world starting with a glider. Each step, the glider will move and eventually die out when it hits the edge of the world. If you want to change the size of the world or starting population, please edit gameoflife.py.

Tests

Run python gameoflifetest.py and you should see some dots followed by a little OK message

Contributing

If you'd like to contribute, that's great and I encourage it - I do, however, also encourage reading the contributing doc first. The golden rule for contributing is that you ensure that the tests are still passing before you make a pull request.

About

A Python implementation of Conway's Game of Life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%