sweep–them–mines
A nod to the classic MineSweeper from Windows 98
General Notes:
- The
Imagessub 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:
%localappdata%\\ASWSoftware\\SweepThemMineswhere there will be a
SweepThemMines.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.
Donations:
Pizza money donations are always appreciated:
PayPal:
donate@aswsoftware.com
BitCoin:
15rKqL1numHJyE36ottMbhs5cmCjJkuowV
Coding Standards
To use uncrustify (for coding standards (pretty formatting) for this repo):
-
Get
uncrustifyand ensure that the path touncrustify.exeis added to the WindowsPathenvironment variable.
https://gith*ub.**com/uncrustify/uncrustify -
Run the following command locally to set the git hooks directory (uncrustify will run upon commit):
git config --local core.hooksPath .githooks/
