Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saelo/game-of-life
Simple Game of Life implementation using C++ and openGL
https://github.com/saelo/game-of-life
Last synced: about 1 month ago
JSON representation
Simple Game of Life implementation using C++ and openGL
- Host: GitHub
- URL: https://github.com/saelo/game-of-life
- Owner: saelo
- License: mit
- Created: 2012-12-15T21:03:10.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-15T18:20:03.000Z (almost 11 years ago)
- Last Synced: 2023-04-04T14:54:59.914Z (over 1 year ago)
- Language: C++
- Size: 152 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Game-of-Life
============Simple Game of Life implementation using C++ and OpenGL
Build
-----
mkdir build
cd build
cmake ../
make
./game-of-life