Skip to content

rebsrebs/knightstravails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knightstravails

Knight's Travails assignment from The Odin Project

script4 is the current one.

Put together a script that creates a game board and a knight.

Treat all possible moves the knight could make as children in a tree. Don’t allow any moves to go off the board.

Decide which search algorithm is best to use for this case. Hint: one of them could be a potentially infinite series.

Use the chosen search algorithm to find the shortest path between the starting square (or node) and the ending square. Output what that full path looks like, e.g.:

About

Knight's Travails assignment from The Odin Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published