Skip to content

sonalbera/maze_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.