A nod to the classic MineSweeper from Windows 98
- The
Images
sub folder is required for the game to function. Custom images can be used. - The rules are similar to that of the Win98 version of MineSweeper.
- When running the game, this folder is created:
where there will be a
%localappdata%\ASWSoftware\SweepThemMines
SweeThemMines.ini
. Within this settings file, a custom images folder can be specified using propertyImagesPath
. Note: Logging settings are there as well, however, logging is not yet implemented, as of this writing.
Pizza money donations are always appreciated:
PayPal: donate@aswsoftware.com
BitCoin: 15rKqL1numHJyE36ottMbhs5cmCjJkuowV
To use uncrustify (for coding standards (pretty formatting) for this repo):
-
Get
uncrustify
and ensure that the path touncrustify.exe
is added to the WindowsPath
environment variable. https://git.1-hub.cnuncrustify/uncrustify -
Run the following command locally to set the git hooks directory (uncrustify will run upon commit):
git config --local core.hooksPath .githooks/