desenhar mapa numa ciaxa de dialogo

This commit is contained in:
2024-09-13 17:46:51 +01:00
parent b70cde25d1
commit 24bf162314
2 changed files with 17 additions and 7 deletions

View File

@ -24,7 +24,8 @@ for pos_y in range(0, mapa.dimensao[0]):
if tmp_agente is not None:
print(f"{tmp_agente.estrategia[0]:2}", end='')
print("")
# Gui.App()
Gui.App(mapa)
print(mapa)
pos_y = random.randint(0, tamanho_mundo[0]-1)