Go back
And Now For Something Totally Different

And Now For Something Totally Different

Only Chess

1 edit

Task:

Find the longest King tour in terms of the distance travelled.
There are only two solutions.

Here are the paths:

http://img35.imageshack.us/img35/9650/kingstour.gif

The challenge in the Problemists Club was to show one with
the White King and one with the Black King at the same time.

Very difficult as sooner or later the King's would clash and
neither could move into an illegal postion - the Kings can never meet.

I eventually did it after a lot of trial and error.

All 64 squares covered following the two distinct paths using
both Kings simultaneously.

Now some of you flat brainers will be thinking: "So What?"

But in the field of problem composition I have just solved
the equivalant to 'perpetual motion'.
The Mount Everest of problem solvers has been climbed..

Barnaby gave up, Checknev said it could not be done, Klugan devoted
his entire life to this project and failed, Watson & Williams too said
it was impossible.

This is a great moment for RHP and all subs (and none subs)
can feel very proud that they are members here.

I now share this moment with you.

Vote Up
Vote Down

I should add that a diagonal King move has a longer distance than a perpendicular one (Pythagoras).

And I should add that as a non-sub scum I feel terribly proud.

Vote Up
Vote Down

Who is the masochist that wrote the pgn?

Vote Up
Vote Down

Originally posted by Macpo
Who is the masochist that wrote the pgn?
It was I who grafted and slogged over the board for days, nay, weeks,
to solve this Holy Grail so RHP members like yourself can tell your grand children
you were there when greenpawn34 posted the solution that has been
plaguing mankind since the dawn of time.

1 edit
Vote Up
Vote Down

Actually, this kind of discovery makes me wonder a bit about the meaning of life. As THE useless activity on earth, chess couldn't be but a challenge to it. But with that kind of problemist things, it's not anymore a challenge, it's a decisive answer:

Chess players drive the world towards nihilism. And they seem proud of it 🙂


Congrats, by the way!

Vote Up
Vote Down

Originally posted by greenpawn34
Task:

Find the longest King tour in terms of the distance travelled.
There are only two solutions.

Here are the paths:

http://img35.imageshack.us/img35/9650/kingstour.gif

The challenge in the [b]Problemists Club
was to show one with
the White King and one with the Black King at the same time.

Very difficult as sooner or later the K ...[text shortened]... Ke7 Ke4 60. Kf6 Kd3 61. Ke5 Kc4 62. Kf4 Kb3 63. Ke3 Ka4 64. Kf2 Kb5[/pgn][/b]
Think you missed a spot





















naaaaa,just messing 😀

Vote Up
Vote Down

Greenpawn you're a legend. So when are you going to announce it to the general public. Perhaps there'll be a TV interview?

Vote Up
Vote Down

Originally posted by Goshen
Greenpawn you're a legend. So when are you going to announce it to the general public. Perhaps there'll be a TV interview?
yeah when are you coming on the telly?

Vote Up
Vote Down

yeah! He will go on TV and be mocked over and over again by the tv commentators!

1 edit
Vote Up
Vote Down

Does a c-program that solves it count? 🙂

1 edit
Vote Up
Vote Down

I'd like to revisit this problem (I could not believe that there are only two solutions). I sat out to define a recursive, brute-force algorithm to solve it. I had to include several checks after each move to get the computer to give an answer in a realistic amount of time.

What I find rather interesting is the vast number of solutions that exists (following GreenPawn's definition of two kings that do it at the same time, etc.). For an N by N chessboard and kings in opposing corners, I found:

3x3 (and below) chessboard: no solutions, found instantaneously.
4x4 chessboard: 361,112 solutions, found in 21.408 seconds
The 5x5 chessboard ran for over an hour with well over 3,000,000 solutions when I stopped it.

Going even higher would probably take the rest of the century. I'd need to rethink the algorithm somewhat.

I'll post the code on http://mycodingcorder.blogspot.com if anyone is interested.

Vote Up
Vote Down

Originally posted by heinzkat
I should add that a diagonal King move has a longer distance than a perpendicular one (Pythagoras).

And I should add that as a non-sub scum I feel terribly proud.
no, both are the length of exactly 1 move. it's an 8-connected region, pythagoras doesn't apply.

1 edit
Vote Up
Vote Down

Originally posted by ...
In a king's tour of the chessboard the king makes 64 moves, moving to each square once, and the last move is back to the initial square. Assuming the king moves from square center to square center, find the longest tour in terms of the distance traveled. This is the same as maximizing the number of diagonal moves (or minimizing the number of orthogonal moves).
There are two solutions (up to rotation & reflection).
See quotation above for a clarification of the posed problem.

Vote Up
Vote Down

Originally posted by Wumpus
4x4 chessboard: 361,112 solutions
What's your definition of a solution? Do the kings arrive back at their starting point? Do you remove reflective and rotational solutions? I think the initial problem was in the context of such criteria.

Vote Up
Vote Down

I still think you should have replaced "Totally Different" with "You'll Really Like".

Then open up the first post with "Nothing Up my Sleeve..."

But maybe that's just me. 😉