This is an implementation of minesweeper in golang, made with the ui framework fyne.io
Or otherwise called how to play the Game.
Tip: The Game starts automatically when revealing the first field.
To start a new game, you can click on the smiley between the mine count and the timer.
Action | control |
---|---|
Reveal a field | left mouse button |
Flag a field | right mouse button |
Reveal all none-flagged fields around a field | double click with left mouse button |
The following options can be found under the Game menu
Option | Description |
---|---|
New | Start a new game, same as clicking the smiley between the mine count and the timer |
Replay | Replay the current game |
Quit | Close the app |
To change the difficulty, select a new difficulty in the menu.
The custom option will open a dialog where you can create a custom difficulty. It will tell you if your options don't work.
- Online play by saving highscores on a webserver
- Compiling to web
- Save a specific game to be able to play again
- Create highscore list