make board scale better
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user