More actions
(Created page with "{{Infobox Switch Homebrews |title=Minesweeper |image=minesweeperswitch.png |description=Minesweeper for Switch |author=rincew1nd |lastupdated=2018/07/23 |type=Puzzle |version=2 |license=MIT |download=https://dlhb.gamebrew.org/switchhomebrews/minesweeperswitch.7z |website=https://github.com/rincew1nd/Minesweeper-Switch |source=https://github.com/rincew1nd/Minesweeper-Switch |donation= }} {{#seo: |title=Switch Homebrew Games (Puzzle) - GameBrew |title_mode=append |image=mi...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox Switch Homebrews | {{Infobox Switch Homebrews | ||
|title=Minesweeper | |title=Minesweeper by rincew1nd | ||
|image= | |image=minesweepernxrin.png | ||
|description=Minesweeper for Switch | |description=Minesweeper for Switch. | ||
|author=rincew1nd | |author=rincew1nd | ||
|lastupdated=2018/07/ | |lastupdated=2018/07/24 | ||
|type=Puzzle | |type=Puzzle | ||
|version=2 | |version=2.0 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/minesweepernxrin.7z | ||
|website=https://github.com/rincew1nd/Minesweeper-Switch | |website=https://github.com/rincew1nd/Minesweeper-Switch | ||
|source=https://github.com/rincew1nd/Minesweeper-Switch | |source=https://github.com/rincew1nd/Minesweeper-Switch | ||
|donation= | |donation= | ||
}} | }} | ||
Basic implementation of Minesweeper in C++ and SDL2 for Nintendo Switch. | |||
Minesweeper for 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 == | == External links == | ||
* | * GitHub - https://github.com/rincew1nd/Minesweeper-Switch | ||
* | * ForTheUsers - https://apps.fortheusers.org/switch/Minesweeper | ||
Latest revision as of 11:38, 18 Mayıs 2023
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
- ForTheUsers - https://apps.fortheusers.org/switch/Minesweeper