ruch_traktora #5

Merged
s481834 merged 3 commits from ruch_traktora into master 2024-03-11 13:33:42 +01:00
Showing only changes of commit 4eaec14c77 - Show all commits

View File

@ -83,13 +83,11 @@ def init_demo(): #Demo purpose
draw_grid()
time.sleep(2)
randomize_colors()
time.sleep(2)
def demo_move():
SLOT_DICT[(traktor.x_axis,traktor.y_axis)].draw()
traktor.random_move()
#Main program
init_demo()
while True:
time.sleep(1)