ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Borland C++ Builder Contest

Demina: a Minesweeper Solver/Helper

(1/6) > >>

C++Speaker:
This is my submission: a program that can help in solving Minesweeper game. 8)


The zip files includes the program and a help file in htm:


There are also some snapshots/screenshots of the program in acton:

SomeStepsAfterS.png (49.72 kB. 363x235 - viewed 19894 times.)

Enjoy it.

mouser:
I have to say the concept and images do not do this tool justice -
it is quite amazing to see it in action.

it actually finds the normal windows minesweeper executable running, then takes screenshot of the window(!) then figures out the grid given the screenshot, then solves as much as it can, and then sends clicks back over to the minesweeper exe.

it actually made me laught out loud in suprise and pleasure as i was watching it work.. pretty damn amazing.

see the help file inside for a bit on the mathematics of how it works.

C++Speaker:
I have to say the concept and images do not do this tool justice -
it is quite amazing to see it in action.
-mouser (July 17, 2006, 06:16 AM)
--- End quote ---

Many Thanks for the kind words mouser.  :-[

Gianni

TPReal:
Hi. I like the idea of this program, but it doesn't work on my computer! No matter what I set in the Prefer menu, when I try to capture, it says:
Using Direct Capturing Algo
Problems finding game or errors

The minesweeper on my computer is named winmine.exe, and it is Polish version of the program, so the caption of the window is 'Saper'. Is it what makes troubles?

By the way - when you make the Demine window large, you can see Panel2 caption on it... it isn't deliberate I guess :)

TPReal.

C++Speaker:
Hi. I like the idea of this program, but it doesn't work on my computer! No matter what I set in the Prefer menu, when I try to capture, it says:
Using Direct Capturing Algo
Problems finding game or errors

The minesweeper on my computer is named winmine.exe, and it is Polish version of the program, so the caption of the window is 'Saper'. Is it what makes troubles?
-TPReal (July 24, 2006, 12:37 PM)
--- End quote ---

Yes, as explained in the html help You have to add a line like the following:
Saper  Saper
to the .gam file in the .exe directory
Also Saper must already be running.

By the way - when you make the Demine window large, you can see Panel2 caption on it... it isn't deliberate I guess :)
-TPReal (July 24, 2006, 12:37 PM)
--- End quote ---

Gotcha ! :-)

Navigation

[0] Message Index

[#] Next page

Go to full version