Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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