wip check jans
This commit is contained in:
parent
b528fa3ac6
commit
0df394c0b1
6 changed files with 246 additions and 139 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue