Skip to content

CyberMage7/MazeQuest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MazeQuest - A Graph-Based Adventure Game

Description

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.

Features

  • ASCII art interface for an immersive experience.
  • Graph concept for efficient maze management.
  • Interactive gameplay with scoring and lives.

Installation

To clone MazeQuest in your local system, clone the GitHub repository and compile the C++ code:

git clone https://github.com/CyberMage7/MazeQuest.git

Usage

To start the game, run the compiled executable and follow the on-screen instructions to navigate through the maze.

Login Credentials

  • Username : jiit
  • Password : 62128

Contributing

Contributions to MazeQuest are welcome. Please fork the repository, make your changes, and submit a pull request.

Contact

For any query or support, Contact me on Linked In

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages