KnightsTour.js

A knight's tour is a sequence of moves of a knight on a chessboard such that the knight visits every square exactly once.

This project was completed to get familiar with JavaScript and JQuery .