EthanJamesLew / GameOfLife

A fast, C++ OpenGL implementation of Conway's Game of Life. Now includes a 3D version!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GameOfLife

A fast, C++ OpenGL implementation of Conway's Game of Life. Now includes a 3D version!

The 3D Version:

Keyboard Commands:

[1...9] : Simulation Size

[Shift + 1...5] Larger Simulation Size

[Tab] : toggle 2D/3D

[Space] : Start/Stop Simulation

[,],[.] : Zoom in/out

[w],[s],[a],[d] : Pan

[r] : toggle rotation

[s] : toggle shading style

About

A fast, C++ OpenGL implementation of Conway's Game of Life. Now includes a 3D version!


Languages

Language:C++ 97.5%Language:CMake 2.5%