We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7482547 commit 5f23d53Copy full SHA for 5f23d53
2 files changed
CircuitPython_GameAndWatch_Octopus/code.py
@@ -15,7 +15,7 @@
15
main_group = Group()
16
17
# create instance of OctopusGame
18
-octopus_game = OctopusGame()
+octopus_game = OctopusGame(high_score_type=OctopusGame.HIGH_SCORE_NVM)
19
20
# add octopus game to main group
21
main_group.append(octopus_game)
0 commit comments