Skip to content

Brett-Constantinoff/OpenGL-Game-Of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Conways Game Of Life Using C++ And OpenGL

Before cloning, make sure to follow the Install Instructions

Description

Conways Game of Life is a game based on cellular automation which means that each generation is effected by its predecessor. This version uses C++ and OpenGL and incorporates my OpenGL-Base repo. The cubes are instanced rendered and the main Game of Life is solved using an array which holds cell states (0 for dead 1 for alive).

Screen.Recording.2022-06-04.at.4.36.52.PM.mov

A custom ray caster is used for mouse interaction which allows for clicking on a cell position and adding and removing cells.

Screen.Recording.2022-06-04.at.7.21.49.PM.mov

About

Conways Game Of Life using C++ and OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published