Skip to content

Commit

Permalink
Update game_code_neopixel.md
Browse files Browse the repository at this point in the history
Removed bug from debug print statements!
  • Loading branch information
cKrijgsman authored May 6, 2024
1 parent 0fea792 commit 79d2b28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assignments/02-reaction-game/game_code_neopixel.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ while True:
if current_state == state_wait:
set_led_color(led_off)
set_timer(random.randint(3, 10))
print("starting game, timeout", timeout)
print("starting game!")
current_state = state_start_game

elif current_state == state_start_game:
Expand Down

0 comments on commit 79d2b28

Please sign in to comment.