Piece
dicechess.engine.domain.Models$package.Piece
object Piece
A packed chess piece combining Color and PieceType.
Memory Layout (4 bits total):
- Bit 3: Color (0 for White, 1 for Black)
- Bits 0-2: PieceType (1-6)
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Piece.type
Members list
In this article