Implementation of Conway game of life using Python and following a TDD methodology.
This is done as an excercise following a test driven development methodology, OOP principles and pythonic style.
If you want to see how to structure your code in a Python project, including your tests.
Click to expand
Simple command line interface to run your simulations of a Conway game of life.
You can clone this repository and run:
git clone
python game_of_life.py
You can run all test by typing: