/pyConwayLife

An implementation of Conway's game of life written in python.

Primary LanguagePython

pyConwayLife Build Status

An implementation of Conway's game of life written in python.

Run

From root folder:

python -m src.main

Tests

nosetests --with-coverage --cover-package=.

with standard output:

nosetests --with-coverage --nocapture --cover-package=.