As you know, a real minesweeper is mistaken only once. But, fortunately, we can make lots of mistakes in our game.
Let's implement a way to restart the game. To do this, we'll create a restart() method, where we will start
the game, and reset the number of hidden cells, mines, and
points. Don't for
Minesweeper (Part 15/16)
- 3
Locked
Comments (1)
- Popular
- New
- Old
You must be signed in to leave a comment
Nesher
10 November 2021, 16:15
At the moment, the 2nd and 3rd requirement fail validation in Intellij even after clicking 'Download the correct solution' and reselecting the source code in Intellij. It validates fine in the browser.
0