Skip to content

paulmunyao/Knight-s-Tour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📗 Table of Contents

📖 Knight's Tour

A program that solves the knight tour problem (https://en.wikipedia.org/wiki/Knight%27s_tour)

🛠 Built With

Tech Stack

(back to top)

💻 Getting Started

To get started with the project, make sure you have installed the following in your computer operating system

Prerequisites

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.

Setup

Clone this repository to your desired folder:

 git clone https://github.com/paulmunyao/Knight-s-Tour.git

To run the project, execute the following command:

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

(back to top)

👥 Authors

👤 Author1

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/paulmunyao/Knight-s-Tour/issues

(back to top)

📝 License

This project is MIT licensed.

(back to top)

Releases

No releases published

Packages

No packages published

Languages