This etching was created by Django Pinter, a tutorial student of mine at Oxford, who gave it to me as a parting gift upon his graduation. Django's ide

Recursive Chess - by Joel David Hamkins - Infinitely More

submited by
Style Pass
2024-10-20 23:30:04

This etching was created by Django Pinter, a tutorial student of mine at Oxford, who gave it to me as a parting gift upon his graduation. Django's idea was to play chess, but in order for a capture to occur successfully on the board, as here with the black queen attempting to capture the opposing white knight, the two pieces would themselves sit down for their own game of (recursive) chess. The idea was that the capture would be successful only in the event that the subgame was won. Notice in the image that not only is there a smaller recursive game of chess, but also a still tinier subrecursive game below that (if you inspect closely), while at the same time larger pieces loom in the background, indicating that the main board itself may be already several levels deep in the recursion.

The idea of recursive chess seems clear enough initially—shall we play? Perhaps upon further reflection, however, I expect that we begin to realize that the game is not actually so clear after all. How does it work exactly? What precisely is the game of recursive chess? What are the rules? How exactly does game play proceed?

Leave a Comment