Skip to content

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.

Notifications You must be signed in to change notification settings

3ein39/odin-KnightsTravails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published