mudar parte gráfica para pygame

This commit is contained in:
2024-09-18 17:50:47 +01:00
parent 36689c3851
commit fe8fd43228
2 changed files with 77 additions and 2 deletions

View File

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