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_
file_ name - Converts a column number (1-based) into a corresponding column name represented as a string.
- get_
rank_ name - Retrieves the rank name (1-based index) given the row (0-based index).
- get_
square_ name_ from_ row_ and_ col - Converts a given column and row to a simple_chess-style coordinate string.