|
|
|
|
|
by dragontamer
1250 days ago
|
|
Hmm, a weird version of a Knight's Tour. https://en.wikipedia.org/wiki/Knight%27s_tour It seems like in this version / webpage, you're allowed to revisit squares however. It'd be nice if it highlighted what squares "Counted", because the words are quite ambiguous. A graphical representation of what is being counted / not counted would be very helpful. ---------------- EDIT: Ah, I got it. The location on the left is the next spot you're supposed to go to. The puzzle is quite easy once I understood the interface. The interface needs a "Next square: h5" or something. I really didn't get it for the longest time. |
|