definir flag 'aleatorio' para gerar dados aleatorios

para utilização em testes
This commit is contained in:
2024-09-10 17:38:42 +01:00
parent 700e79f9ba
commit 40579b4429
3 changed files with 7 additions and 7 deletions

View File

@ -5,7 +5,7 @@ from modules.mapa import Mapa
tamanho_mundo: tuple[int, int] = (30, 30)
mapa = Mapa(tamanho_mundo)
mapa = Mapa(tamanho_mundo, aleatorio=True)
mapa.mostrar()
# Gui.App()