fix GameInner::new error handling

This commit is contained in:
2025-04-18 23:55:11 -04:00
parent 625b02c13a
commit 5e4e240e33
3 changed files with 12 additions and 12 deletions

View File

@@ -295,6 +295,7 @@ impl PlayerArena {
false,
Board::random(rand::random_range(3..=7)),
)
.expect("unable to create game")
.loop_until_result();
match result {