We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af10053 commit 2fa40e8Copy full SHA for 2fa40e8
m8/ex12/MineField2.java
@@ -93,7 +93,7 @@ public MineField2()
93
94
add(gameContainer, BorderLayout.CENTER);
95
drawGameGrid();
96
- placeBomb(bombLocation);
+ // placeBomb(bombLocation); // Uncomment this if you want to know where it is
97
98
toggleGame();
99
}
0 commit comments