Skip to content

Finds and displays a path for a Knight chess piece from point A to point B

Notifications You must be signed in to change notification settings

orrsteinberg/js-knight-shortest-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knight's Shortest Path - JavaScript

A vanilla JS app that uses a tree data structure to find and display the shortest path for a Knight chess piece to get from point A to point B on the board.

The app makes use of JavaScript OOP principles with pseudo-private methods and properties, and vanilla CSS for rendering a visual representation of the chess board.

Live Demo

Screenshot

About

Finds and displays a path for a Knight chess piece from point A to point B

Topics

Resources

Stars

Watchers

Forks