We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afedc64 commit 2edd386Copy full SHA for 2edd386
1 file changed
Minesweep/code.py
@@ -43,6 +43,7 @@
43
BOMBMISFLAGGED = 12
44
BOMBQUESTION = 13
45
BOMBREVEALED = 14
46
+BOMB = 14
47
48
snapshot = Debouncer(digitalio.DigitalInOut(board.D4))
49
0 commit comments