Skip to content

Rescue The Princess Game is made in C language as a project in the course ICS1010 (Introduction to Computer Science).

Notifications You must be signed in to change notification settings

VyankateshD206/ICS1010_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

ICS1010_Project: Rescue The Princess Game

Hi, Here's how to run Rescue the Princess:

  1. The code will start by asking the dimensions of the board which must be entered as 3 space seperated integers.
  2. Then it will go for coordinates of princess and mario, also need to be added as 3 space seperated integers.
  3. This is followed by numbers of monsters present on the board followed by entering their coordinates.

Here is an example: Screenshot (69)

  1. Thats all!!!

  2. Code will then display if the game can be won or not and the steps to win if it is possible to win!!!!

    Screenshot (70)

About the Project:

  • It gives optimal path for Mario to save the princess with given no. of monsters.
  • In this Game the monsters are intelligent that means when Mario moves one step, monsters also move one step in the direction of princess or Mario depending upon their distance from them.

About

Rescue The Princess Game is made in C language as a project in the course ICS1010 (Introduction to Computer Science).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages