Skip to content

rimoomey/knights-tour

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

knights-tour

Creates a tree of all possible moves for a given starting location as a knight in chess. Then, uses a breadth-first searching algorithm, generalized for any chess piece, in order to find the minimal path between two points on the board.

View the live replit here: https://replit.com/@RimonMoomey/Knights-Tour#board.rb

About

Knights Tour project for The Odin Project: Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages