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

Chessboard

Home * Chess * Chessboard

Marcel Duchamp - Homage to Caissa, 1965 1Marcel Duchamp - Homage to Caissa, 1965 1


  1. Homage to Caissa (Hommage à Caissa) | מוזיאון ישראל, ירושלים, Israel Museum↩︎

The Chessboard is the playing ground for the game of chess and its up to 16 white and black pieces each. It consists of 64 squares, eight rows, called ranks, times eight columns, called files. The squares are alternating dichromatic (light or white, and dark or black squares) on ranks as well on files. Ranks are labeled from '1' to '8', the files from 'A' to 'H' (or with lower case letters 'a' to 'h'), so that each square can be uniquely addressed via concatenated file- and rank labels. The lower left square with the "Address" 'a1' is dark. The diagonals are the north-east directed, distinguished from the anti-diagonals in north-west directions.

Inside a chess program, the chessboard and its piece placement as chess position is subject of the board representation.

Contents
  1. Fourfold Symmetry
  2. See also
  3. Publications
  4. External Links
  5. References

Fourfold Symmetry

The chessboard is fourfold symmetrical with respect to rotation about an axis, based on the reflection symmetry of a square (not square of a chessboard but the whole board here). The four axis are the vertical line between the two center-files 'D' and 'E', the horizontal line between the 4th and 5th rank, and the main-diagonal and main-anti-diagonal. The orthogonal symmetrical squares have different, the diagonal symmetrical squares have same square-colors.

See also

Publications

References

Up one Level


  1. Negative base from Wikipedia↩︎

Categories: Marcel Duchamp

What links here

Contributors: GerdIsenberg.