Title text:
The draw-by-repetition rule does a good job of keeping players from sliding a tile back and forth repeatedly, but the tiles definitely introduce some weird en passant and castling edge cases.
Transcript:
Transcript will show once it’s been added to explainxkcd.com
Source: xkcd.com/3139/
forrcaho@lemmy.world 4 days ago
This could be a real thing: at each turn, you can either make a standard chess move, or slide one of the board tiles … who wants to code it up?
missingno@fedia.io 4 days ago
I bet someone will have a playable version up within less than 24 hours.
Nougat@fedia.io 4 days ago
There would need to be two missing 2x2 board pieces for symmetry.
missingno@fedia.io 4 days ago
Chess is already asymmetric since white moves first, so it's not necessarily a problem for the starting position to also be asymmetric. Though I wonder which would be the best starting position for the empty square, on white's side or black's?
Bubs@lemmy.zip 4 days ago
Maybe instead of starting with a hole, one player gets to choose which 2x2 to remove? It would have to be early on to ensure there is always a few empty 2x2s to choose from.
So maybe black chooses the 2x2 to remove and then white makes their first move. That way black gets a bit of an advantage since white moves first.