add comment to agent move

This commit is contained in:
Darek Golomski 2021-04-09 18:37:42 +02:00
parent fc4895fc4e
commit 3d8ff6222c

View File

@ -21,6 +21,12 @@ def main():
running = True
#ruchy agenta:
#1 - right
#2 - up
#3 - left
#4 - down
while running:
for event in pg.event.get():
# print(agent.x*80)