Remove debug code
This commit is contained in:
parent
b4c4d01920
commit
b8be099e3d
3 changed files with 0 additions and 3 deletions
|
@ -25,8 +25,6 @@ class Scoreboard(Turtle):
|
|||
def display(self):
|
||||
self.clear()
|
||||
self.write(f'Level: {self.level}', font=FONT)
|
||||
print(f'Delay: {self.delay}')
|
||||
print(f'Car probability {self.car_prob}')
|
||||
|
||||
def game_over(self):
|
||||
self.goto(0, -20)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue