zanget81 / pyConwayLife

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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=.

About

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


Languages

Language:Python 100.0%