make board scale better

This commit is contained in:
2025-02-07 21:39:17 -05:00
parent cc3d1b3d95
commit 41bc93276e
4 changed files with 24 additions and 24 deletions

View File

@@ -146,7 +146,7 @@ impl Agent for ComplexAgent {
}
impl ComplexAgent {
pub fn new(color: Piece) -> Self {
pub const fn new(color: Piece) -> Self {
Self {
color,
curr_move: None,