This is a simple Conway's Game of Life game made in Pygame. It has been tested only at windowed 800x600 resolution at the moment on Windows. It should still run on Linux or MacOS as it was made with Python without the use of Windows exclusive functions. This project was not developed with public use in mind, and only targets my own personal computer as a side project.
This was a side project as a way to practice Python, Pygame and general coding skills. I made this without following any tutorials, guides or looking at any example code. I used only the Rules section from Wikipedia's page.
You'd need both Python and Pygame-ce installed.
Enter the following in the same directory as the script
python .\main.py
Spacebar to pause/start the simulation Left click to place alive cells Right click to manually advance one tick.