Skip to content

⭕️ A Knight's Tour problem solver written in php

Notifications You must be signed in to change notification settings

MahdiyarGHD/KnightTour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

logo

Knight's tour problem solver

A knight's tour problem solver using "Warnsdorff's Rule" - https://vrgl.ir/IB9LJ


🌟 About the Project

📷 Screenshots

screenshot

🔑 Basic Variables

To use this project, you'll need to change the following variables in your app.php file

// board size
$x_size = 12;
$y_size = 12;

// Knight's start position
$knightPos = ['y' => 1, 'x' => 1];

🚩 run

To run this project, run

  php app.php

🧭 Todo

  • Solve Knight's tour problem
  • Update readme
  • Solve knight's tour problem more dynamically

🤝 Contact

💎 Sources

About

⭕️ A Knight's Tour problem solver written in php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages