Skip to content

Conway's game of life done using SDL2 and OpenGL core profile.

License

Notifications You must be signed in to change notification settings

Kepler-Br/Game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conway's Game of life

Institute course work done with SDL2 and OpenGL core profile.
By default application starts in 800X600 resolution. You can change this in main.cpp file.
Field size can be changed in stateplaying.h by changing worldXSize and worldYSize.
Required libraries: SDL2, GLEW, GLM.

Controls:

  • WASD for movement;
  • QE for camera zoom in/out;
  • Mouse left button for placing cells;
  • Mouse right button for removing cells.

A bit buggy and poor coded, so don't expect much of it.

About

Conway's game of life done using SDL2 and OpenGL core profile.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages