An open API service indexing awesome lists of open source software.

https://github.com/bodiali/knights-travails

A program that shows the shortest possible way to get from one square to another by outputting all squares the knight will stop on along the way.
https://github.com/bodiali/knights-travails

algorithm javascript

Last synced: 3 months ago
JSON representation

A program that shows the shortest possible way to get from one square to another by outputting all squares the knight will stop on along the way.

Awesome Lists containing this project

README

          

# knights-travails

A program that shows the shortest possible way to get from one square to another by outputting all squares the knight will stop on along the way.