Skip to content

wowotek/gol-freeglut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published