elo: starting board pos

This commit is contained in:
Simon Gardling 2025-04-28 19:11:26 -04:00
parent c50892d79a
commit e966a3ac9a
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -285,7 +285,8 @@ impl PlayerArena {
player_1,
player_2,
false,
Board::random(rand::random_range(4..=15)),
// Board::random(rand::random_range(4..=15)),
Board::STARTING_POSITION,
)
.expect("unable to create game")
.loop_until_result();