/yet-another-game-of-life-py

Conway's Game of life simple implementation in python 3

Primary LanguagePython

About

Project represents a simple implementation of Conway's Game of Life in Python 3.

The goal of the project is learning Python, so be careful, I'm a total newbe :)

Libraries used

numpy to have array data structure and corresponding cool utility methods.

Running unit tests

py game_of_life.ut.py -v

Running the program

Not yet possible :)