The rules of the game provide flags to help the player. They are needed to
mark cells that might be mined. Accordingly, the number of flags (countFlags) must be equal to
the number of mines (countMinesOnField). You need to show flags somehow on the playing field. To do this, we'll create
a constant
Minesweeper (Part 8/16)
- 3
Locked
Comments (5)
- Popular
- New
- Old
You must be signed in to leave a comment
Baurzhan Konurbayev
15 March 2021, 02:49
I think countFlags should be total number of fields available as it's done in traditional minesweeper.
0
Gabriella LaPlace
29 February 2020, 13:19
Does anyone want to help me with this section of the question. I'm really just reading the help section to complete this game. I just read the requirements then find the code in the Help Section. Afterwards, I read over the code. I have understood about 0.5 % of what is happening. The most I did was add some variables and add some of the GameObject class. The word problem like logic is too hard for me to do.
0
Alex Vypirailenko Java Developer at Toshiba Global Comme
1 March 2020, 08:14
Please use the Help option within the task to ask for help with your code, otherwise no one can see it and no one can help you with it.
0
Gabriella LaPlace
1 March 2020, 12:39
I've been doing that also, but I thought I would get more views if I posted here.
0
Alex Vypirailenko Java Developer at Toshiba Global Comme
4 March 2020, 09:30
It's better to post a question in the Help section. Users who have completed this part/task will be able to help. Plus, you can share your code in the Help section, which helps greatly.
0