Sashité for Developers
  1. Sashité for Developers
  2. Specifications
  3. CELL
  4. 1.0.0
  5. Examples
  6. 1D Chess

1D Chess Board - Size 8

CELL Coordinates: a, b, c, d, e, f, g, h

┌───┬───┬───┬───┬───┬───┬───┬───┐
│   │   │   │   │   │   │   │   │
└───┴───┴───┴───┴───┴───┴───┴───┘
  a   b   c   d   e   f   g   h

Empty squares represented by spaces.


Initial Position

Initial position with two kings and their pawns:

┌───┬───┬───┬───┬───┬───┬───┬───┐
│ K │ P │   │   │   │   │ p │ k │
└───┴───┴───┴───┴───┴───┴───┴───┘
  a   b   c   d   e   f   g   h

Legend

Locations


Next Position

Position after White move:

┌───┬───┬───┬───┬───┬───┬───┬───┐
│ K │   │ P │   │   │   │ p │ k │
└───┴───┴───┴───┴───┴───┴───┴───┘
  a   b   c   d   e   f   g   h

Locations


CELL Integration

This example demonstrates CELL’s 1D coordinate system using:

Each Square is identified by a single lowercase segment (e.g., a, h), illustrating that CELL coordinates may end after the first dimension.