| ▲ | wodenokoto 11 hours ago |
| I thought it was "How many moves in a game does it take to reach this position" |
|
| ▲ | winternewt 8 hours ago | parent | next [-] |
| I thought it was "there's no position in chess that requires more than 218 moves to reach." |
| |
| ▲ | unkulunkulu 7 hours ago | parent [-] | | I thought “there is no chess problem that is both reachable from starting position and requires more than 218 moves to solve” | | |
| ▲ | binarymax 7 hours ago | parent | next [-] | | There are no more than 218 ways to interpret this title | | |
| ▲ | fer 2 hours ago | parent [-] | | It'll take at most 218 comments on HN to figure out the meaning of the submission title | | |
| ▲ | matheusmoreira an hour ago | parent [-] | | It'll take at most 218 characters to express the fact I did not understand the submitted article's title. |
|
| |
| ▲ | leoff 5 hours ago | parent | prev [-] | | I seriously thought they meant "it's not possible to have a chess game with more than 218 moves" | | |
| ▲ | ojo-rojo 4 hours ago | parent [-] | | Yeah, I'm still confused. | | |
| ▲ | fwip 2 hours ago | parent [-] | | There is no reachable[1] chess position[2] at which a player has more than 218 valid moves[3] to choose from. [1] Able to happen while following the rules of chess [2] The arrangement of chess pieces on the board [3] A valid move is the motion of one piece to a place on the board, which doesn't break the rules of chess - e.g: "King to E4." |
|
|
|
|
|
| ▲ | coolness 11 hours ago | parent | prev | next [-] |
| I also thought this but OP is right: https://dev.timenote.info/de/Nenad-Petrovic > In 1964 Petrović constructed a position with 218 possible moves for White. |
|
| ▲ | jmkd 9 hours ago | parent | prev | next [-] |
| Same, which also damages my personal policy of reading the link before any HN comments. |
| |
| ▲ | stephenhumphrey 7 hours ago | parent [-] | | Huh. I also have that personal policy. Yet this time I jumped first to the comments before reading the article. I’m not certain why. Perhaps I subconsciously intuited that the ambiguity in the headline might be resolved by some of you smart people. Brains are weird; mine is, anyway. | | |
| ▲ | jl6 6 hours ago | parent [-] | | The right™ order is to check the comments before the article, but to read the article before commenting. |
|
|
|
| ▲ | weinzierl 6 hours ago | parent | prev | next [-] |
| But this an interesting problem too. More specifically is there an upper bound for the number of moves in a legal chess game? |
| |
| ▲ | dmurray 6 hours ago | parent | next [-] | | I believe 8848.5 under modern rules (with the 75-move rule, as in FIDE rules since 2014). There's a reasonably rigorous demonstration here: https://wismuth.com/chess/longest-game.html | | |
| ▲ | LegionMammal978 6 hours ago | parent | next [-] | | Thanks for that link! I was looking for that answer a few years ago, but I couldn't find anyone who had carried it out all the way through (with the cost of "switching control" fully accounted for), nor many people who were even aware of the 75-move rule. | |
| ▲ | sim7c00 5 hours ago | parent | prev [-] | | how can the longest game have half a move??? | | |
| ▲ | InitialLastName 5 hours ago | parent | next [-] | | "Moves" are counted for both players. Half a move means White moved but Black hasn't yet. | | | |
| ▲ | pxx 2 hours ago | parent | prev [-] | | An A press is an A press. You can't say it's only a half. |
|
| |
| ▲ | unkulunkulu 6 hours ago | parent | prev | next [-] | | there certainly is if you consider 50 moves rule. And you can derive an easy upper bound from that as 50x8x8x2 (basically each 50 moves you make a pawn move) if you only consider 3 moves repetition and not 50 move rule then this is harder and the number becomes one of those crazy combinatorical numbers. | | |
| ▲ | Scarblac 4 hours ago | parent | next [-] | | The 50 moves rule doesn't have be considered as it is optional. The players may claim, but they don't have to. So the game can continue. The 75 move rule is the exact same thing but mandatory. That has to be considered. (same thing is true for 5 times repetition vs 3 times). Captures also reset the counter, not only pawn moves. | |
| ▲ | CrazyStat 5 hours ago | parent | prev | next [-] | | > And you can derive an easy upper bound from that as 50x8x8x2 (basically each 50 moves you make a pawn move) This is not high enough, because the 50 move rule also resets when a piece is captured. | | |
| ▲ | Certhas 2 hours ago | parent [-] | | Actually no. 50×(16×6 + 32) = 50×(16× 8) works I think. Every 50 moves, move a pawn or capture. There are 16 pawns. Each pawn can be moved 6 times, so there are 16×6 pawn moves available. In addition there are 32 captures available. |
| |
| ▲ | jibal 5 hours ago | parent | prev [-] | | The 50 move rule is a rule of chess so it must be considered. The 3 repetition rule is an opportunity for one of the players to declare a draw, but games can continue beyond that. The mandatory draw rule is 5 repetitions. In any case, the 50 move rule is far more limiting as to the number of moves in a game, since repetitions are necessarily neither pawn moves nor captures (the whole point of the 50 move rule being limited to those is that they are irreversible). |
| |
| ▲ | kevindamm 6 hours ago | parent | prev [-] | | Not explicitly, but when you consider the "cannot repeat the same board layout three times" rule, the number of moves possible in a game does have a limit. | | |
| ▲ | jibal 6 hours ago | parent [-] | | The 3 repetition draw rule has no bearing on the number of possible chess positions. And for the number of possible moves in a game the 50 moves with no capture or pawn move rule is a much more stringent limit. BTW, the 3 repetition rule only comes into play is one of the players invokes it ... games can legally have more than 3 repetitions, but not more than 5 repetitions. | | |
| ▲ | kevindamm 5 hours ago | parent | next [-] | | I didn't know it required a player to invoke it, I was basing the statement on chess implementations I've read (and written) where it kicks in automatically... but the 5-time limit you mention still supports my case that there's an upper limit. As long as the number of pieces remains the same, there are a finite number of arrangements for them so eventually (after a finite number of moves) a position would be repeated enough times. If a piece is captured (or converted) it resets this but still yields a finite number of new arrangements. Eventually you either cannot avoid the repetition, or a win condition is met, or a draw for insufficient material. Compare this to, say, the L game, where the number of moves is unbounded. | | |
| ▲ | jibal 5 hours ago | parent [-] | | Your "case" that there's a limit isn't in question ... as I said, the 50 move rule is a far more stringent limitation. And those 50 moves cannot include repetitions--they are captures and pawn moves, which are irreversible. If you read my comment that you responded to carefully, you will find that it is precise and accurate--as I said, the repetition rule has no bearing on the number of positions. This horse is dead, so I'm moving on. | | |
| |
| ▲ | Scarblac 4 hours ago | parent | prev [-] | | The 50 moves rule also needs to be claimed by one of the players. However there is a 75 move rule and a 5 time repetition rule that are both automatic (don't need to be claimed). |
|
|
|
|
| ▲ | brumar 7 hours ago | parent | prev [-] |
| Same. I was astonished it was remotely possible to do this. |
| |