This is a minesweeper clone made from winforms because I wanted to do something of the sort.
- Go to releases
- Download the zip of the most recent release
- Extract and run the exe file
- If it asks if you want to run, click more options and run anyway. I don't know how to avoid this, because it works fine on my device
If for some reason the exe does not work, or you don't want to use it, you can open the .sln in Microsoft Visual Studio and use that to build, just click the start button. From there you have two options:
- Play it from there
- Navigate to the project directory, then locate the bin folder, Debug Folder, then run the executable.
- You can always take it out of that directory to run it
- Should not need admin privileges, or it has been modified by someone other then me!
- The zip file in releases contains all the files in that directory, I don't know which ones are actually required or not so I put them all, leave the dll in there at least!!!
Simply because I wanted to make something like minesweeper for myself to enjoy
Add a better recur. alg.YESS! Im satisfied with the new one, old ones found in the \unused.txtMake sure all 'sprites' are in the proper placesAll the checks passed...Add in the right click function to show 1. Blank ( ) 2. Mine (*) 3. Question Mark (?)(Added!!!)For some reason when starting a new game the Mine text does no work, maybe need to look and see what all is cleared?Had to move theInitializeComponent();
to only the Constructor...
If this application does not contain a license, it should be under the MIT License, unless otherwise stated in my profile BIO.