Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 548 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 548 Bytes

Maze-game-OpenGl

The project was made using openGL and C++.

The aim of the mini project is to implement the path finding game. The Path finding game contains a rectangular maze of any shape and size in which the horizontal and vertical lines represent the walls of the maze.Path finding game can be made difficult or easy, that is depend upon the maze. Maze can be implemented as in 2D, 3D or higher dimensions.

This game is very popular as puzzle solving. Hence it can be used as an effecting tool for logical reasoning and mental aptitude.