topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Friday April 19, 2024, 7:15 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mm267709 [ switch to compact view ]

Pages: [1]
1
Borland C++ Builder Contest / Re: Demina: a Minesweeper Solver/Helper
« on: November 14, 2006, 08:32 PM »
Hi Gianni,

here in Italy is called Campo fiorito (flowers instead of mines)
after reading your manual carefully, I found all the information. I have to localize my application as I didn't know that their are  different versions (testing with Windows Vista would be interesting too).

Also did You find the html file on which I detail some techniques used to solve the game ?
Do You use some different ones ?
I developed the algorithm mainly on my own (it is quite similar), doing a bit more about the theoretical stuff. I think I am the only one calculating the correct probabilites for a mine (thus solving more than 36% of expert games). But this could still be improved.  8)
I wanted to publish the algorithm but this went out of my focus.  :(
Maybe I will get this done in some time.

I will post a working version for the italian version of MineSweeper. It is good to get some feedback.  :)

2
Borland C++ Builder Contest / Re: Demina: a Minesweeper Solver/Helper
« on: November 12, 2006, 08:54 AM »
but i couldn't get it to work on my machine.
it starts the minesweeper (always in simple mode), and never plays it and just gives blank screen.

This is a difficult issue, as controlling the MineSweeper application is quite complex. I tested it on several systems - all working fine.
Does the MineSweeper Solver run (if not what OS do you use)?

I will try to make a version logging the errors which occur. Maybe that will give me a hint what is wrong.

Thx for trying anyway.

3
Borland C++ Builder Contest / Re: Demina: a Minesweeper Solver/Helper
« on: November 12, 2006, 12:34 AM »
Hi Gianni,

can you measure the odds of your solving algorithm?

After pausing one year I improved my solver and fixed some bugs. It does now 36.4% of expert games.
You can try it out: http://www.wsdh.org/?minesweeper

Mathias

P.S: I think I found and error within this board (having 10 bombs). The sum of all bomb probabilites should be 10 - but isn't:

Pages: [1]