Structs§
- Board
- Represents a game board that holds pieces of a certain type.
- Square
- Represents a square on a simple_chess board.
Enums§
Functions§
- get_
column_ and_ row_ from_ square_ name - Converts a simple_chess-style coordinate string to a given column and row.
- get_
square_ name_ from_ row_ and_ col - Converts a given column and row to a simple_chess-style coordinate string.