coord stuff

This commit is contained in:
2025-03-05 22:05:15 -05:00
parent 075364e337
commit 3608366482
2 changed files with 13 additions and 11 deletions

View File

@@ -89,6 +89,7 @@ impl fmt::Display for Board {
}
writeln!(f)?;
}
// put a line at the bottom of the board too
writeln!(f, " {}", horiz_sep_line)?;
@@ -112,6 +113,7 @@ impl fmt::Debug for Board {
}
impl Board {
/// Width of the board
pub const BOARD_SIZE: CoordAxis = 8;
/// Area of the board