This project is the game made using the data structures and algorithms, divided into three levels with each level using one algorithm.
Dijkstra Algorithm
Breadth First Search Algorithm
Quick sort and Merge sort
Arthur , the player of the game is in the quest of the princesses kidnapped by the evil monsters. We have to help the Arthur to find the princesses using different shortest path finding algorithms in three different world.
- Motive of this level to rescue the princess crossing through the jungle
- Need to find the shortest path to save moves.
- Need to kill monsters to gain lives and make sure not to get eaten by any one of them.
- Immunity increases moves and bombs are available to demolish the obstacles.
- Dijkstra Algorithm is used for providing hint for the shortest path.
- Motive of this level to rescue the princess moving in a knight path
- Need to find the shortest path to save moves
- Need to kill monsters to gain lives and make sure not to get eaten by any one of them.
- Breadth First Search is used for providing hint in this level.
- Motive of this level is to rescue the princess from inside a box
- Need to find the required box using as few moves as possible
- Sorting can be done in either order to achieve that result.
- Quick Sort and Merge Sort are used for the sorting process
1.Ranju G.C. 075BCT064 (@Itshyphen)
2.Shreem Arjyal 075BCT084 (@Shreem011)
3.Supriya Khadka 075BCT080 (@Supriya090)