From f7ed6ef2ee6b568ffd02444f0bd9af104136633b Mon Sep 17 00:00:00 2001 From: yzlin Date: Sat, 30 Sep 2023 12:08:57 +0800 Subject: [PATCH] game setup --- examples/werewolf_game/start_game.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/werewolf_game/start_game.py b/examples/werewolf_game/start_game.py index 5be3186f7..83d3b3385 100644 --- a/examples/werewolf_game/start_game.py +++ b/examples/werewolf_game/start_game.py @@ -12,8 +12,8 @@ Player2: Villager, Player3: Werewolf, Player4: Werewolf, Player5: Guard, -Player6: Seer. -Player7: Witch +Player6: Seer, +Player7: Witch. """ async def start_game(idea: str = DEFAULT_PLAYER_SETUP, investment: float = 3.0, n_round: int = 5): @@ -33,7 +33,7 @@ async def start_game(idea: str = DEFAULT_PLAYER_SETUP, investment: float = 3.0, await game.run(n_round=n_round) -def main(idea: str = DEFAULT_PLAYER_SETUP, investment: float = 3.0, n_round: int = 10): +def main(idea: str = DEFAULT_PLAYER_SETUP, investment: float = 3.0, n_round: int = 100): """ :param idea: game config instructions :param investment: contribute a certain dollar amount to watch the debate