Skip to content

Built using OOPs concept of C++ in which an object will traverse through the maze path according to user input and will win when it is solved. The object will lose its life(game gets over) if it encounters more then 3 hurdles in its path.

Notifications You must be signed in to change notification settings

NehaModak/Maze-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Maze-Game

It is a snake maze game where the snake's length increases while it traverses through the maze. However, the wall of the maze is poisonous and hence cannot be touched by the snake. Snake dies on getting in contact with the maze wall and thus game gets over. The game has got two levels first one is less complicated while the second one is made more interesting with hurdles in its path. If more than three hurdles are encountered the game gets over. A user friendly interface is created and the game score of each user is recorded using the file system.

It is built using OOPs concept and file system of C++. There are two versions of the game in two seperate .cpp files.

About

Built using OOPs concept of C++ in which an object will traverse through the maze path according to user input and will win when it is solved. The object will lose its life(game gets over) if it encounters more then 3 hurdles in its path.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages