Admit it — It's not very interesting to play without a score. Let's add this functionality to our game. We will need a variable
to track points. When an unmined cell is revealed, the score increases by 5 points.
To display the score on the playing field, we need to use the Game class's setScore() m
Minesweeper (Part 14/16)
- 3
Locked
Comments
- Popular
- New
- Old
You must be signed in to leave a comment
This page doesn't have any comments yet