eliminar codigo desnecessário
This commit is contained in:
@ -27,11 +27,3 @@ for pos_y in range(0, mapa.dimensao[0]):
|
|||||||
|
|
||||||
# Gui.App(mapa)
|
# Gui.App(mapa)
|
||||||
Gui.main(mapa)
|
Gui.main(mapa)
|
||||||
|
|
||||||
print(mapa)
|
|
||||||
pos_y = random.randint(0, tamanho_mundo[0]-1)
|
|
||||||
pos_x = random.randint(0, tamanho_mundo[1]-1)
|
|
||||||
obj_agente: Agente | None = mapa.posicao((pos_y, pos_x))
|
|
||||||
if obj_agente is not None:
|
|
||||||
print(obj_agente)
|
|
||||||
print(f'{pos_y=} {pos_x=}')
|
|
||||||
|
|||||||
Reference in New Issue
Block a user