wip bot mirror

This commit is contained in:
Henri Bourcereau 2025-08-04 18:04:40 +02:00
parent fa9c02084a
commit 12004ec4f3
11 changed files with 656 additions and 254 deletions

View file

@ -13,8 +13,8 @@ impl Default for DefaultStrategy {
let game = GameState::default();
Self {
game,
player_id: 2,
color: Color::Black,
player_id: 1,
color: Color::White,
}
}
}