https://github.com/omaraflak/gameoflife
Conway's Game of Life implemented in C++ with SFML.
https://github.com/omaraflak/gameoflife
conway-s-game-of-life cpp game-of-life sfml
Last synced: about 2 months ago
JSON representation
Conway's Game of Life implemented in C++ with SFML.
- Host: GitHub
- URL: https://github.com/omaraflak/gameoflife
- Owner: omaraflak
- Created: 2017-12-11T00:01:57.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T10:00:24.000Z (over 7 years ago)
- Last Synced: 2025-02-12T03:20:16.673Z (4 months ago)
- Topics: conway-s-game-of-life, cpp, game-of-life, sfml
- Language: C++
- Size: 201 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game Of Life
Conway's Game of Life implemented in C++ with SFML
# Download, Compile & Run
git clone https://github.com/OmarAflak/GameOfLife.git
cd GameOfLife
sh compile.sh
./main