Skip to content

zzaassaa2/MazeRunner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazeRunner

A simple maze running game using OpenGL for rendering.

Maze Image

General Info

MazeRunner is a simple game, make in c++, that creates a maze using an iterative approach for maze generation. For rendering, OpenGL is used. The game starts with the user being able to choose a size for the maze, and then generate the maze. The player will spawn at the far end of the maze, and at the opposite end, there will be a large red sphere, where when the player approaches, will display a screen showing time it took to reach, and the ability to go to the main menu, or go exit.

MazeRunner makes use of glfw for window creating and events. Glew is used for handling OpenGL bindings. ImGui is used for gui rendering.

About

Maze Runner Using OpenGL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages