Ain't it funny how the knight moves?
21–30 of 211 posts
Re: Ain't it funny how the knight moves?
#22ha ha I’m not doing that
Re: Ain't it funny how the knight moves?
#23I wish it could keep track of where the knight has already been.
Re: Ain't it funny how the knight moves?
#24The 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
The history of a pieces moves is irrelevant to chess, except in extreme corner cases of repetition.
Re: Ain't it funny how the knight moves?
#25Earlier quoted context omitted.
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?
#26The 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…
Re: Ain't it funny how the knight moves?
#27I think the instructions should be: Move to the square indicated below the board without moving to a square the queen can capture and without capturing the queen. Once accomplished a new square will be indicated. Repeat until all possible squares are done.
Re: Ain't it funny how the knight moves?
#28The 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?
#29Re: Ain't it funny how the knight moves?
#30I think the instructions should be: Move to the square indicated below the board without moving to a square the queen can capture and without capturing the queen. Once accomplished a new square will be indicated. Repeat until all possible squares are done.
Maybe throw a little highlight on the square on the board as well.