An implementation of Conway's Game of Life.
At the moment, the grid is always initialized with a random seed. An option to initialize the grid with a number of preset patterns will be added in the future.
The current iteration of the GUI still needs further work.
To run, execute the following command:
python app.py