/life

Game of life

Primary LanguagePython

Game of life CircleCI

Getting started

This game was created in 45mins as part of one of the sessions of the GCR to learn Python.

The goal was try to achieve Game of life

Prerequisites

You'll need docker or python2.7 if you are using different version you might find issues

Running the tests

You need to run this to install the tests frameworks:

pip install -r requirements.txt

For execute the unit test:

python -m pytest --cov=life

For execute the behaviour test:

behave

Status

Abandoned