Skip to content

AnthonySWest/sweep-them-mines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sweep-them-mines

A nod to the classic MineSweeper from Windows 98

image

General Notes:

  • 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:
    %localappdata%\ASWSoftware\SweepThemMines
    
    where there will be a SweeThemMines.ini. Within this settings file, a custom images folder can be specified using property ImagesPath. 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):

  1. Get uncrustify and ensure that the path to uncrustify.exe is added to the Windows Path environment variable. https://git.1-hub.cnuncrustify/uncrustify

  2. Run the following command locally to set the git hooks directory (uncrustify will run upon commit):

git config --local core.hooksPath .githooks/