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

Initial Position

Home * Chess * Position * Initial Position

Initial Position, (Initial Setup, Array) the position where the game of chess starts. Pieces and king occupy their first rank, the pawns their second. White and black men are mirrored vertically. In orthodox classical chess, the kings occupy the e-file, the queen the d-file. bishop files are c and f, knight has b and g, and rooks a and h files respectively. In Fischer Random Chess or Chess960, there are 960 starting positions randomly determined and set up.

Contents
  1. FEN
  2. Diagram
  3. Ambiguity
  4. Perft
  5. See also
  6. Forum Posts
  7. External Links
  8. References

FEN

rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1

Diagram

rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR

Ambiguity

In the context of search, the initial position might also refer the root of the search tree, which is not necessarily the initial position of the game of chess.

Perft

Movepath enumerations (perft) generated by Symbolic for the Initial Position 1.

See also

Forum Posts

References

Up one Level


  1. Perft FEN data by Steven Edwards, CCC, Nov 18, 2012↩︎

What links here

Contributors: GerdIsenberg.