Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 642 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 642 Bytes

Knight Moves

This is an implementation of Ben Finegold's Knight and Queen puzzle. You can play it here.

Some features:

  1. Compares the path you took to the ideal minimal path.
  2. Can provide hints
  3. Customize board: Move queen to any square, add other pieces, change starting square.
  4. It's possible to randomize the order of the squares.

Apologies for the code being quite messy. I originally meant to write a simple solver for the puzzle, but then quickly hacked together a working version of it.

This puzzle uses chessboard.js and jQuery.