Skip to content
This repository has been archived by the owner on Jun 7, 2020. It is now read-only.

kgoel59/maze-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MazeGame Game in C++

An Interactive Menu

Alt text

GamePlay Alt text

This is the maze game
Written by using concept of file handling and double buffering , breadthfirstSearch and graphs

How to Run

Just use the command to build the game for windows

g++ *.cpp -o mazegame

and voila! the game is build and ready to be played