Simple minesweeper written in C++ for PlayStation Vita
- Saves
- Kills some time
- Great, Original UI
- DPAD - Move
- Cross - Open tile (or open group of tiles if you press on number)
- Square - Put Question mark
- Circle - Flag / Unflag
- Triangle - Recreate level
- Start - Go to pause menu
Install vitasdk and build MSweep using:
mkdir build && cd build && cmake .. && make
Save file is located in ux0:data\msweep_save.txt
you can simply edit it
Here is template : easy medium hard custom theme
Do not make extra spaces
Here is example : 123 456 789 101 1
time is in milliseconds
To reset saves just delete *.txt file
- xerpi - vita2d
- VITASDK team - VitaSDK