Skip to content

The Knights travel is the game based on chess's Knight to reach final state from the initial state in minimum moves possible. (BFS/DFS ,BACKTRACKING,GREEDY ALGORITHM)

Notifications You must be signed in to change notification settings

koustubh1317/The-Knights-Travel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

The Knights travel is the game based on chess's Knight to reach final state from the initial state in minimum moves possible. (BFS/DFS ,BACKTRACKING,GREEDY ALGORITHM)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages