Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 652 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 652 Bytes

Game Of Life - Freeglut

a simple Conway's Game of Life implemented in Freeglut 3 - C++

Usage

I will put instruction for tested OS only. if you have solution for other OS. please add a pull requests

Ubuntu 20.04

System Requirements

sudo apt-get install freeglut3 freeglut3-dev

Compile

./pymake compile

Run

./pymake run

or

./build/bin/gol

Installation (Optional -- Not Required)

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