Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 887 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 887 Bytes

KnightsTravails

Project Demo

Description

This project is part of The Odin Project's curriculum. It's a JavaScript implementation of the Knight's Travails problem, which explores the shortest path a knight can take on a chessboard from one square to another.

Demo

You can see a live demo of this project on GitHub Pages: KnightsTravails Demo

Features

  • Find the shortest path for a knight to move from one square to another on a chessboard.
  • Visualize the knight's movements with smooth animation.

Acknowledgments