An open API service indexing awesome lists of open source software.

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.

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
![1st image](screenshots/1.png "")

![2nd image](screenshots/2.png "")

![3rd image](screenshots/3.png "")

![4th image](screenshots/4.png "")