Simulation of Conway's Game of Life using c++ and OpenGL
in case you don't have git
sudo apt-get install git
Clone the repo
git clone https://github.com/Circles24/Game_of_life.git
Open the directory
cd Game_of_life
In case you dont have glut installed previously
sudo apt-get install freeglut3-dev
then
g++ Game.cpp -lGL -lGLU -lglut
./a.out
- In the first stage select to play
- Now select blocks to put life into
- Click on "Game of Life" icon
- Now press Enter to move to next stage
- esc to Exit