Releases: appleplectic/GameOfLife
Releases · appleplectic/GameOfLife
v0.1.0 - Initial Release
The initial release of my take at Conway's Game of Life in C++ and SFML.
Controls: up/down arrows control the framerate, and R allows you to restart with a different random configuration.
Download the binary on Linux and run (dependencies may need to be installed - see the README), or download and unzip the file on Windows and run the .exe
.
Program is fully working, but there are a few known issues:
- Camera controls are not yet supported.
- Resizing the window and using controls at lower framerates is a bit finicky.
- Resizing the window is a bit disorienting, as the window is always centered.