Skip to content

A Python implementation of Conway's game of life focusing on TDD and OOP

Notifications You must be signed in to change notification settings

mcabrams/conway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway

A Python implementation of Conway's game of life focusing on TDD and OOP. Influenced by portions of Corey Haine's "Understanding the Four Rules of Simple Design".

Getting Started

1 - Build docker image:

docker build -t conway .

2 - Run bash on container instance:

docker run -v "$PWD":/conway -it conway bash

3 - Run unit tests:

python -m unittest

4 - Play a demo "Game of Life":

python play.py

Example of play.py output:

About

A Python implementation of Conway's game of life focusing on TDD and OOP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages