Live data from Hacker News

Ain't it funny how the knight moves?

funnyhowtheknightmoves.com

11–20 of 211 posts

Re: Ain't it funny how the knight moves?

#13
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.

Re: Ain't it funny how the knight moves?

#14
post #6
post #3

I wish it could keep track of where the knight has already been.

That and some explanatory text as to what the game actually is. My first thought was to try to capture the queen.

It has text now? "Move the knight to every square, right to left, top to bottom. Don’t land anywhere the queen can take you, and don’t take the queen."

Re: Ain't it funny how the knight moves?

#15
post #5

The fact that it doesn't highlight where you've moved already makes it no fun. Edit: the directions weren't super clear. I see that you're actually supposed to go to every square in a specific order (first G8, then F8, E8, etc), not just visit them all in any order. That means you have to do a bunch of laborious trips around the queen to go to certain squares since you won't have enough room to maneuver directly ther…

I agree, but I wonder if it's on purpose.

I found the repo[1] and it's very small readme says it's a "Chess visualization exercise"

So I'm wondering if it's an extreme exercise in memorization to help you visualize games better.

(I'm just talking out my butt here, I know nothing about chess puzzles)

[1]: https://github.com/jairtrejo/knight-moves

Re: Ain't it funny how the knight moves?

#18
post #10

Earlier quoted context omitted.

I tried and it wouldn’t let me. :(

Yeah the goal is actually to avoid the queen while visiting every space. Eventually I clicked "Help" and learned that.

How do you visit the squares that the queen is covering?

Re: Ain't it funny how the knight moves?

#20
post #10

Earlier quoted context omitted.

Yeah the goal is actually to avoid the queen while visiting every space. Eventually I clicked "Help" and learned that.

How do you visit the squares that the queen is covering?

You don’t. They’re not counted I think.
Post reply on HN