Skip to content

PC application: Conway's Game of Life cellular automaton simulation made in c++ using the GLFW library for OpenGL

Notifications You must be signed in to change notification settings

MarkSeufert/GameOfLife

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Game Of Life

A simple implimentation of Conway's Game of Life using the GLFW library for OpenGL in c++. Contains the visual studio project with all the neccessary libraries included, and an executable file for windows.

How to use the application:

  • Open the "GameOfLife_Executable" folder and run the GameOfLife.exe file
  • Left click to add cells to the board
  • Press "Space" to pause/unpause
  • Press 'r' to reset the board
  • Press '+' and '-' to increase/decrease the time between iterations
  • Press keys 1 to 5 to load a premade sequence

Capture

About

PC application: Conway's Game of Life cellular automaton simulation made in c++ using the GLFW library for OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published