desenhar mapa numa ciaxa de dialogo
This commit is contained in:
@ -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)
|
||||
|
||||
Reference in New Issue
Block a user