A Python 3 implementation of Conway's Game Of Life
To install dependancies run: pip3 install -r requirements.txt
To run: python3 src/main.py
Uses simpleguitk for graphics
Dies if less than two neighbors
Dies if more than three neighbors
If exactly three neighbors and cell is dead it comes alive or stays alive if already alive
If exactly two neighbors stays alive if alive or dead if dead