Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.91 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.91 KB

ARTHUR , THE GLADIATOR

This project is the game made using the data structures and algorithms, divided into three levels with each level using one algorithm.

Algorithms Used

Dijkstra Algorithm
Breadth First Search Algorithm
Quick sort and Merge sort

Game Idea

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.

Level 1, The Jungle Path

  • 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.

Level 2, Knight Move

  • 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.

Level 3, Princess in the Box

  • 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

Team members

1.Ranju G.C. 075BCT064 (@Itshyphen)
2.Shreem Arjyal 075BCT084 (@Shreem011)
3.Supriya Khadka 075BCT080 (@Supriya090)