This is a temporary, read-only recovery of the chessprogrammingwiki while a longer-term plan is worked out. Editing is not possible right now, but will be again soon.
Chess Programming Wiki All pages Other namespaces

Chess960

Home * Games * Chess960

Chess960, (or Fischer Random Chess)
a chess variant invented by former World Chess Champion Bobby Fischer, introduced on June 19, 1996 in Buenos Aires, Argentina 1 . Randomizing the pieces on its back rank has been known as Shuffle Chess, but Chess960 introduces rules so that castling options are retained in all starting positions, one player's bishops must start on opposite-color squares, and the king must start on a square between the rooks, resulting in 960 unique positions, while the classical initial position is one of them. Chess960 practically handicaps the application of opening theory in classical chess with the memorization of opening moves, both for human as well for chess programs.

Contents
  1. Castling moves with chess GUIs
  2. Programming
    1. Initial positions
    2. Notations
  3. See also
  4. Publications
  5. Forum Posts
    1. 2005 ...
    2. 2010 ...
    3. 2015 ...
    4. 2020 ...
  6. External Links
  7. References

Castling moves with chess GUIs

For chess, players make a castling move by moving their Kings to two cells, left or right. However, for Chess960 sometimes they can’t move their King to two cells since the target cell may be still occupied by a piece and/or the distance between the King and the target cell may vary from 1 to 6 (not only 2 cells). Many chess GUIs solved that difficulty/ambiguity by changing the way to make castling move: move the King to capture its own Rooks.

Programming

Chess960 is almost identical to chess, except for initial positions and the castling rule. A chess software can easily support Chess960 with only a few changes.

Initial positions

A typical chess engine can support any given position thus it can parse correctly any initial position. It needs to parse input, setup, and process correctly the castling statuses.

For other software such as chess GUIs which need to generate all initial positions, they can simply store all initial FENs or use some algorithms to generate them when needed.

Notations

Chess960 can use all chess notations with some caring about ambiguities:

See also

Publications

Forum Posts

2005 ...

2010 ...

2015 ...

2020 ...

References

Up one Level


  1. The birth of Fischer Random Chess by Eric van Reem↩︎

What links here

Contributors: GerdIsenberg, Phhnguyen.