Module: Sashite::Cell::Constants

Defined in:
lib/sashite/cell/constants.rb

Constant Summary collapse

MAX_DIMENSIONS =

Maximum number of dimensions supported by a CELL coordinate. Sufficient for 1D, 2D, and 3D game boards.

3
MAX_INDEX_VALUE =

Maximum value for a single coordinate index. Fits in an 8-bit unsigned integer (0-255).

255
MAX_STRING_LENGTH =

Maximum length of a CELL string representation. Corresponds to “iv256IV” (worst case for all dimensions at 255).

7