This commit is contained in:
2019-10-31 13:30:50 +01:00
parent 545ffd21ac
commit 2e27d4a0c4
4 changed files with 27 additions and 7 deletions

4
car.py
View File

@@ -134,8 +134,8 @@ class Car(pygame.sprite.Sprite):
# print(f'Car {id(self)} crashed')
return
# else :
# self.probes[idx] = self.vision_length * 2
else:
self.probes[idx] = self.vision_length * 1.1
# print(self.probes)
def probe_brain(self):