Compare commits

..

1 Commits

Author SHA1 Message Date
coolneng cf8c2ab200 Simplify random coordinate setting 2020-07-28 15:31:55 +02:00
+1 -1
View File
@@ -13,7 +13,7 @@ def main():
screen_width = 800
screen_height = 600
while True:
erratic_movement(screen_width, screen_height)
erratic_movement(screen_width, screen_height, reset)
sleep(randbelow(10))