A program that solves the knight tour problem (https://en.wikipedia.org/wiki/Knight%27s_tour)
To get started with the project, make sure you have installed the following in your computer operating system
In order to run this project you need:
Install Scala in your machine if you don't have
Follow this documentation - https://www.scala-lang.org/download/
The link to the above download contains the most used operating systems.
Clone this repository to your desired folder:
git clone https://github.com/paulmunyao/Knight-s-Tour.git
cd into the project
run the following command while inside the project
sbt
This opens the sbt console
Afterwards run the following command to get the output
run
👤 Author1
- GitHub: @githubhandle
- Twitter: @twitterhandle
- Linkedin: Linkedin
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/paulmunyao/Knight-s-Tour/issues
This project is MIT licensed.