/Conway-s-game-of-life-clone

This is a Conway's Game of Life clone using OpenGL for rendering and GLUT for window and input managment.

Primary LanguageCGNU General Public License v3.0GPL-3.0

Conway-s-game-of-life-clone

REQUIRED LIBRARIES:

freeglut - http://freeglut.sourceforge.net/

COMPILE:

Linux: gcc main.c -o game -lGL -lglut -lGLU

CONTROLS:

Use the mouse to change the state of a cell.
Use the 'n' key to compute the next generation.
Use the 'c' key to reset the state of all cells.
Use the 'e' key to get back to the main menu.

LICENSE:

GPL v3

SCREENSHOTS:

menu

preview