This program is a simple Python implementation of Conway's Game of Life.
- Run main.py to see the application window.
- The user will be presented with a cell grid on the left: clicking any of the cells will toggle the configuration for that cell.
- Click "Step" to advance the state of the cellular automaton by one time unit.
- Click "Reset" to reset the grid to its initial configuration.
- Click "Clear" to "kill" all cells.