Minesweeper (Part 16/16)

  • 3
  • Locked
Congratulations! The game is done! Run it and see what happens. If you have time and motivation, you can improve the game by adding some features of your own. For example: • limit the number of moves; • make it so the first move never hits a mine; • make the game easier or harder by changing
You can't complete this task, because you're not signed in.
Comments (7)
  • Popular
  • New
  • Old
You must be signed in to leave a comment
Justin Smith
Level 38 , Greenfield, USA, United States
20 July 2021, 19:16
"make it so the first move never hits a mine" This is actually a standard rule of the original game, FYI. Requires rethinking quite a bit of the project, such as the order that things are set up.
Russell
Level 9 , Galmpton, Brixham , United Kingdom
24 September 2020, 10:15
Still getting an app_publish error. not sure why. would really like to share this with my friends
Roman
Level 41
25 September 2020, 09:47
Please post your question with the attached solution in the section Help.
Russell
Level 9 , Galmpton, Brixham , United Kingdom
13 September 2020, 12:04
I don't seem to be able to publish this. keep getting a publish error
Mohammad Faisal Backend Developer
18 April 2020, 17:40
How to run this game? There is no main().
Roman
Level 41
21 April 2020, 05:55
You can run MinesweeperGame class :
Anonymous #10971258
Level 1 , Haikou
5 June 2022, 05:46
But I can't see the main(),could you please tell me where is it?