Skip to content

Latest commit

 

History

History
29 lines (28 loc) · 1.1 KB

README.md

File metadata and controls

29 lines (28 loc) · 1.1 KB

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