Compare commits

..

1 Commits

Author SHA1 Message Date
00fe7d12b7
Simplify random coordinate setting 2020-07-28 15:36:10 +02:00

View File

@ -13,7 +13,7 @@ def main():
screen_width = 800 screen_width = 800
screen_height = 600 screen_height = 600
while True: while True:
erratic_movement(screen_width, screen_height, reset) erratic_movement(screen_width, screen_height)
sleep(randbelow(10)) sleep(randbelow(10))