criação de pasta 'modules'
pasta 'modules' contém os diferentes módulos usados pela app
This commit is contained in:
Binary file not shown.
@ -1,4 +1,4 @@
|
||||
from agente import Agente
|
||||
from modules.agente import Agente
|
||||
|
||||
tamanho_mundo: tuple = (24, 24)
|
||||
|
||||
@ -15,5 +15,5 @@ for _ in range(0, tamanho_mundo[0]):
|
||||
m, n = 0, 0
|
||||
for m in range(0, tamanho_mundo[0]):
|
||||
for n in range(0, tamanho_mundo[1]):
|
||||
print(f'{mundo[m][n].pontuacao} ', end='')
|
||||
print(f'{mundo[m][n].pontuacao:2} ', end='')
|
||||
print('')
|
||||
|
||||
0
modules/__init__.py
Normal file
0
modules/__init__.py
Normal file
BIN
modules/__pycache__/__init__.cpython-312.pyc
Normal file
BIN
modules/__pycache__/__init__.cpython-312.pyc
Normal file
Binary file not shown.
BIN
modules/__pycache__/agente.cpython-312.pyc
Normal file
BIN
modules/__pycache__/agente.cpython-312.pyc
Normal file
Binary file not shown.
Reference in New Issue
Block a user