elo: starting board pos
This commit is contained in:
parent
c50892d79a
commit
e966a3ac9a
@ -285,7 +285,8 @@ impl PlayerArena {
|
|||||||
player_1,
|
player_1,
|
||||||
player_2,
|
player_2,
|
||||||
false,
|
false,
|
||||||
Board::random(rand::random_range(4..=15)),
|
// Board::random(rand::random_range(4..=15)),
|
||||||
|
Board::STARTING_POSITION,
|
||||||
)
|
)
|
||||||
.expect("unable to create game")
|
.expect("unable to create game")
|
||||||
.loop_until_result();
|
.loop_until_result();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user