MazeQuest: A Graph-Based Adventure is an engaging C++ game that challenges players to navigate through dynamically generated mazes. Utilizing graph theory principles, the game features a Graph class to represent the maze structure, allowing for intricate maze generation and manipulation. Players can experience different levels of difficulty, track their scores, and compete for the shortest path to victory. The game also includes a user account system, enabling players to save their progress and return to the adventure. With a focus on algorithmic problem-solving and user-friendly ASCII art interfaces, MazeQuest offers a unique blend of entertainment and education in computer science concepts.
- ASCII art interface for an immersive experience.
- Graph concept for efficient maze management.
- Interactive gameplay with scoring and lives.
To clone MazeQuest in your local system, clone the GitHub repository and compile the C++ code:
git clone https://github.com/anshulkansal04/MazeQuest.git
To start the game, run the compiled executable and follow the on-screen instructions to navigate through the maze.
- Username : jiit
- Password : 62128
Contributions to MazeQuest are welcome. Please fork the repository, make your changes, and submit a pull request.
For any query or support, Contact me on Linked In