a simple Conway's Game of Life implemented in Freeglut 3 - C++
I will put instruction for tested OS only. if you have solution for other OS. please add a pull requests
sudo apt-get install freeglut3 freeglut3-dev
./pymake compile
./pymake run
or
./build/bin/gol
you can install this to your machine by making a symbolic link or moving/copying it directly
sudo mv build/bin/gol /usr/bin/gol
gol