OpenGL Runner
A downloadable game for Windows
A simple parkour game written in C++ using OpenGL. The game was made over a span of about two weeks for a computer graphics class project with the intent of learning how to load textured assets into OpenGL and learning how to set up a simple physics system using those assets.
The player can move with WASD, jump with Space, and look around with the mouse. Holding the key in the direction of a wall while holding W allows the player to run along the wall, and pressing space while wall running launches the player up and away from the wall. The difficulty of each section increases as the color gets warmer, but if the player falls they will be respawned at the last flag pole they touched.
Status | Released |
Platforms | Windows |
Author | Aidan Buckner |
Download
Install instructions
The downloadable file contains the game executable and all source files.
The game itself can be launched by running "GAME.exe"