Minesweeper (Part 15/16)

  • 3
  • Locked
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
You can't complete this task, because you're not signed in.
Comments (1)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
Nesher
Level 25 , Utrecht, Netherlands
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.