Can change bot type in rules screen

This commit is contained in:
2022-10-15 15:07:17 +02:00
parent 26d5f85c3c
commit 454dff923b
4 changed files with 64 additions and 29 deletions

View File

@@ -36,7 +36,7 @@ impl GameRules {
.join(","),
boats_can_touch: MULTI_PLAYER_BOATS_CAN_TOUCH,
player_continue_on_hit: MULTI_PLAYER_PLAYER_CAN_CONTINUE_AFTER_HIT,
bot_type: BotType::Random,
bot_type: BotType::Smart,
}
}