wip check jans

This commit is contained in:
Henri Bourcereau 2024-05-25 19:56:38 +02:00
parent b528fa3ac6
commit 0df394c0b1
6 changed files with 246 additions and 139 deletions

View file

@ -70,7 +70,8 @@ impl Bot {
}
fn calculate_points(&self) -> u8 {
self.game.get_points().iter().map(|r| r.0).sum()
// self.game.get_points().iter().map(|r| r.0).sum()
0
}
fn choose_move(&self) -> (CheckerMove, CheckerMove) {