MSweep
MSweep copied to clipboard
Simple minesweeper written in C++ for PlayStation Vita
MSweep
Simple minesweeper written in C++ for PlayStation Vita
Features
- Saves
- Kills some time
- Great, Original UI
How to play
- 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
Building
Install vitasdk and build MSweep using:
mkdir build && cd build && cmake .. && make
About save
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
Thanks to
-
xerpi - vita2d
- VITASDK team - VitaSDK