https://github.com/velocityra/gameoflifecpp
Game of Life in C++ using SFML.
https://github.com/velocityra/gameoflifecpp
Last synced: about 1 year ago
JSON representation
Game of Life in C++ using SFML.
- Host: GitHub
- URL: https://github.com/velocityra/gameoflifecpp
- Owner: VelocityRa
- Created: 2016-02-23T01:21:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-25T22:38:12.000Z (over 10 years ago)
- Last Synced: 2025-05-16T17:12:22.279Z (about 1 year ago)
- Language: C++
- Size: 538 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GameOfLifeCpp
Game of Life in C++ using SFML.
## Controls
* **Right Mouse:** Make the cell alive
* **Left Mouse:** Kill the cell
* **Mouse Wheel:** Control the simulation speed
* **Space:** Play/Pause the simulation
* **C:** Clear the board
* **Z and X:** Cycle palette colors
* **G:** Toggle Grid
* **D:** Toggle status/debug text
## Screenshots



