Skip to content

Commit 5f23d53

Browse files
committed
high score implemented and game mode speed difference
1 parent 7482547 commit 5f23d53

2 files changed

Lines changed: 222 additions & 43 deletions

File tree

CircuitPython_GameAndWatch_Octopus/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
main_group = Group()
1616

1717
# create instance of OctopusGame
18-
octopus_game = OctopusGame()
18+
octopus_game = OctopusGame(high_score_type=OctopusGame.HIGH_SCORE_NVM)
1919

2020
# add octopus game to main group
2121
main_group.append(octopus_game)

0 commit comments

Comments
 (0)