Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.24 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.24 KB

Project:- The-Knights-Travel

Made by - Koustubh Sinha

Introduction

This project is based on chess game. A knight is present at the initial position on the board , it can move exactly like it moves in a chess game. The goal is to reach the final position in minimum number of steps possible from the intial state.

The game is divided into three level, a player can choose any one of them.

Screenshot 2022-12-18 200425

Further on there is points system assigned to the game.

  • If player complete the game is most efficient way possible(minimum no. of moves) he/she recieves 20 points game won. image

  • If player reaches the goal but not in the minimum move we give certain point to the player based on the step it took. image

  • There is a maximum move criteria, if the player exceeds that he loses the game and 0 points awarded. image