diff --git a/game_theory_of_life.py b/game_theory_of_life.py index 498908d..8f4e111 100644 --- a/game_theory_of_life.py +++ b/game_theory_of_life.py @@ -5,7 +5,7 @@ import modules.gui as Gui from modules.agente import Agente from modules.mapa import Mapa -tamanho_mundo: tuple[int, int] = (128, 128) +tamanho_mundo: tuple[int, int] = (8, 8) ModEstrategia.carregarFicheirosEstrategias("strategies/")