Skip to content
wboote edited this page Jan 15, 2015 · 1 revision

Welcome to the WanderingKnight wiki!

The Wandering Knight puzzle is a chess puzzle. Can you place a knight anywhere on an empty chess board, then proceed to move the piece such that it hits every square once and only once?

I'd imagine this would be a good tool for teaching problem solving using most languages

I'd like to wrap a java framework around solving this puzzle such that you get cool bells and whistles to display while calculating the result and presenting the result.

See issues in github re what needs to be done.

TODO:

  • Refactor my existing solution to implement a framework such that it is easy to gather crunching data for display in the crunching widget
  • Implement crunching widget, this will be some app has cool little noises when crunching for the solution
  • Implement a trail app that displays the result in some cool way (some crazy 3D engine using an oculist rift ??)
    • simple integration such as the crunching widget writes a text file to disk, then the trail app reads this solution and runs the funky solution display

Clone this wiki locally