Jump to content

Solved game

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 210.179.65.1 (talk) at 08:46, 1 December 2002. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

A two-player game can be "solved" on several levels.

  1. In the weakest sense, solving a game means proving whether the first player will win, lose, or draw from the initial position, given perfect play on both sides.
  2. More typically, solving a game means providing an algorithm which secures a win for one player, or a draw for either, against any possible moves by the opponent, from the initial position only.
  3. The strongest sense of solution requires an algorithm which can produce perfect play from any position, i.e. even if mistakes have already been made on one or both sides. For a game with a finite number of positions, this is always possible with a powerful enough computer, by checking all the positions. However, there is the question of finding an efficient algorithm, or an algorithm that works on computers currently available.

Solved games

Partially solved games

  • Chess
    • Completely solved (definition #3) by retrospective computer analysis for all 2- to 5-piece endgames, counting the two kings as pieces. Also solved for pawnless 3-3 and most 4-2 endgames.
  • Go
    • Completely solved (definition #3) for board sizes up to 5x5. [1]