|
@ -106,7 +106,7 @@ def tick(t): |
|
|
grid[cp[0]][cp[1]].occupant = None #they move out of there |
|
|
grid[cp[0]][cp[1]].occupant = None #they move out of there |
|
|
grid[man.curr[0]][man.curr[1]].occupant = i |
|
|
grid[man.curr[0]][man.curr[1]].occupant = i |
|
|
if done: |
|
|
if done: |
|
|
print("Final Tick: " + t); |
|
|
print("Final Tick: " + str(t)); |
|
|
exit() |
|
|
exit() |
|
|
|
|
|
|
|
|
def run(): |
|
|
def run(): |
|
|