Old 2D game project archives converted to Git. This branch contains the latest experimental version with different view and mechanics
Graphics assets taken from Reiner's Tilesets
- OpenGL
- Freeglut
- GLFW3
- GLM
sudo apt install libglu1-mesa-dev freeglut3-dev libopenal-dev libglm-dev libglfw3-dev mkdir build cd build cmake .. make