paulmunyao / Knight-s-Tour

A program that solves the knight tour problem

Home Page:https://asciinema.org/a/655352

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“— 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)

About

A program that solves the knight tour problem

https://asciinema.org/a/655352


Languages

Language:Scala 100.0%