Skip to content

bigacz/knights-travails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knights Travails

This page takes two inputs from you and calculates the fastest path for knight in chess.
Live preview

Approach

I use an undirected graph called board, each vertex has 2-8 deegrees.
For searching for the shortest path I use a level order traversing algorithm. graph

TODO

Add MediaQuery when screen is small to add how to below the board

About

Get the fastest route from point A to B with knight

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors