Just having fun programming John Conway's game of life in different programming languages and using different graphical user interfaces.
- When starting the program, an empty screen and two buttons at the bottom "Reset" and "Start" are displayed.
- The user clicks on the screen to select pixels which represent the population.
- The user presses "Start" and the game starts until the user presses "Stop" or "Reset".
- We show the time and total population on the screen.
- Python (GUI - pygame)