top of page
DATA STRUCTURE & ALGORITHM
Using C++, my partner and I made a maze game with features like modifying the maze and a leaderboard.

It starts by creating new players or choosing existing ones.
Multiple choices for players to choose from.

Players will press keys to move. The path will turn green as they move.

Players will get their score once they reach the end. They can also view the leaderboard.

We did a comparison between 2 methods to determine the time efficiency.
bottom of page