Basic implementation of John Conway's game of life simulation.
Built using Python3
To run the simulation, run the simulation.py file. You can set the initial "alive" cells in the initial_state.py file function. All other cells will be initialised as "dead".