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.

dsa2.PNG

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

dsa3.PNG

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

dsa4.PNG

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

bottom of page