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

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

Shows the shortest possible path to get from one square to another generating all the squares the knight will stop at along the way on a chessboard
https://github.com/carlosfrontend/knights-travails

graphs javascript knights-travails shortest-path

Last synced: 3 months ago
JSON representation

Shows the shortest possible path to get from one square to another generating all the squares the knight will stop at along the way on a chessboard

Awesome Lists containing this project

README

        

# Knights Travails
## The Odin Project
Shows the shortest possible path to get from one square to another generating
all the squares the knight will stop at along the way on a chessboard.

Links:

:white_check_mark: [Assigments](https://www.theodinproject.com/lessons/javascript-knights-travails) :blue_book:

Happy Coding!! :coffee: :rocket: