This commit is contained in:
2025-01-28 15:05:32 -05:00
parent 565f638b1b
commit 9f6be9b669
8 changed files with 317 additions and 29 deletions

View File

@@ -1,7 +1,7 @@
use crate::{misc::split_from, piece::Piece};
use std::fmt;
const BOARD_SIZE: usize = 8;
pub const BOARD_SIZE: usize = 8;
#[derive(Copy, Clone)]
pub struct Board {