Pawn = Queen
Pawn = Queen
Chess Puzzle designed by Sherzod Khaydarbekov from Tashkent, Uzbekistan.
Promote the pawn, then move the queen to the red square in the fewest moves possible.
Buy the physical puzzle here (not affiliated, just giving credit):
https://www.etsy.com/listing/1718348748/pawn-queen-puzzle-get-the-pawn-to-the
Google Sherzod Khaydarbekov for more chess puzzles
Status | Released |
Platforms | HTML5 |
Rating | Rated 5.0 out of 5 stars (2 total ratings) |
Author | stephanedurette |
Genre | Puzzle |
Made with | Unity |
Download
Download NowName your own price
Click download now to get access to the following files:
v4_download.zip 15 MB
Development log
- v494 days ago
Comments
Log in with itch.io to leave a comment.
Thanks for playing! that's really good! my lowest is 24 moves, you should share your score with reddit!
https://www.reddit.com/r/puzzles/comments/1f7o8mo/whats_the_fastest_way_to_solve...
That should not be possible. I wrote a program that looked for the minimal solution brute force. 22 is the minimum.
This solution
a2, b4, c3, c2, d3, d2, d1, c2, c3, d3, d2, c2, d4, d3, c3, d4, c2, b2, c3, a2, a1, b2
would look like your solution but has 22 moves. There is a second way to get 22 moves but not less.
Have you found a bug or edited the Image?
You got me! It's a bug. My solution is 22 moves, but I did it the other way, where instead of d4, I did c3, moving the rooks in a circle. This solution is much faster and more consistent to perform, and I was trying to get the lowest time.
The bug is that if you go fast enough (possible to do with a mouse but much easier with a touchscreen device), the game doesn't count your moves correctly and misses a move somewhere. I am not sure where exactly the move gets skipped, but my best guess is the first queen move was not counted, because I moved the piece before the queen object was visible.
Thanks for verifying the quickest solution is 22 moves! Very cool.
Also just realizing that the image I sent was of the solution you said. I did it both ways in 4 seconds and I can't get lower.
Thanks for finding the bug! I'll push a fix soon!