Solving kriegspiel endings with brute force: the case of KR vs. k

  • Authors:
  • Paolo Ciancarini;Gian Piero Favini

  • Affiliations:
  • Dipartimento di Scienze dell'Informazione, University of Bologna, Italy;Dipartimento di Scienze dell'Informazione, University of Bologna, Italy

  • Venue:
  • ACG'09 Proceedings of the 12th international conference on Advances in Computer Games
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

Retrograde analysis is a tool for reconstructing a game tree starting from its leaves; with these techniques one can solve specific subsets of a complex game, achieving optimal play in these situations, for example a chess endgame. Position values can then be stored in “tablebases” for instant access, as is the norm in professional chess programs. While this technique is supposed to be only used in games of perfect information, this paper shows that retrograde analysis can be applied to certain Kriegspiel (invisible chess) endgames, such as King and Rook versus King. Using brute force and a suitable data representation, one can achieve perfect play, with perfection meaning fastest checkmate in the worst case and without making any assumptions on the opponent.