Minesweeper Switch: Difference between revisions
From GameBrew
More actions
No edit summary |
m Text replacement - "ForTheUsers - " to "Homebrew App Store - " |
||
| Line 32: | Line 32: | ||
== External links == | == External links == | ||
* GitHub - https://github.com/rincew1nd/Minesweeper-Switch | * GitHub - https://github.com/rincew1nd/Minesweeper-Switch | ||
* | * Homebrew App Store - https://apps.fortheusers.org/switch/Minesweeper | ||
Latest revision as of 10:43, 23 November 2025
| Minesweeper by rincew1nd | |
|---|---|
| General | |
| Author | rincew1nd |
| Type | Puzzle |
| Version | 2.0 |
| License | MIT License |
| Last Updated | 2018/07/24 |
| Links | |
| Download | |
| Website | |
| Source | |
Basic implementation of Minesweeper in C++ and SDL2 for Nintendo Switch.
Installation
Place the .nro to the /switch/ folder on the SD card.
Changelog
v2.0
- Added setting and gestures.
- Now you can change board size, drag and resize it.
v1.1
- Now with GameOver screen and Options menu.
- Further improvements to overall application stability and other minor adjustments have been made to enhance the user experience. :kappa:
v1.0
- Initial release of basic game implementation.
External links
- GitHub - https://github.com/rincew1nd/Minesweeper-Switch
- Homebrew App Store - https://apps.fortheusers.org/switch/Minesweeper