merge_with_cnn #1

Merged
s452735 merged 2 commits from merge_with_cnn into main 2021-06-19 13:50:54 +02:00
2 changed files with 0 additions and 1 deletions
Showing only changes of commit 5024860e40 - Show all commits

View File

@ -32,7 +32,6 @@ class Truck:
self.direction = (self.direction - 90) % 360
def move(self, map):
print(self.direction)
if self.direction == 180:
return self.move_up(map)
if self.direction == 0:

Binary file not shown.