add comment to agent move
This commit is contained in:
parent
fc4895fc4e
commit
3d8ff6222c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user