Sashité for Developers
  1. Sashité for Developers
  2. Documentation
  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 Latin lowercase letters (dimension 1). Each position is uniquely identified by a single character, making notation simple and unambiguous for linear board games.