dsmyrnaios / Knights_Tour

A knight's tour problem implementation using javascript.

Home Page:https://dsmyrnaios.github.io/Knights_Tour/KnightsTour.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Knights_Tour

A knight's tour problem implementation using javascript. A knight's tour is a sequence of moves of a knight on a chessboard such that the knight visits every square only once. If the knight ends on a square that is one knight's move from the beginning square (so that it could tour the board again immediately, following the same path), the tour is closed, otherwise it is open.

Run a live demo

About

A knight's tour problem implementation using javascript.

https://dsmyrnaios.github.io/Knights_Tour/KnightsTour.html

License:The Unlicense


Languages

Language:JavaScript 82.1%Language:HTML 9.5%Language:CSS 8.4%