Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 

README.md

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

You can’t perform that action at this time.