Skip to content

Simulation of Conways Game of Life using c++ and open gl

Notifications You must be signed in to change notification settings

Circles24/Game_of_life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Game_of_life

Simulation of Conway's Game of Life using c++ and OpenGL

Installation

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

Usage

Compilation

In case you dont have glut installed previously

sudo apt-get install freeglut3-dev

then

g++ Game.cpp -lGL -lGLU -lglut

Run

./a.out

How to play

  • 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

play and enjoy " THE LIFE "

About

Simulation of Conways Game of Life using c++ and open gl

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages