MineSwee++ 3: Play Minesweeper Flags with your computer - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: MineSwee++ 3: Play Minesweeper Flags with your computer (/showthread.php?tid=20323) MineSwee++ 3: Play Minesweeper Flags with your computer by Mnjul on 01-10-2004 at 07:05 AM
You want to play Minesweeper Flags...but everyone on your contact list is busy or away right now... RE: Have you ever thought of playing MineSweeper Flags with your computer? by Chrono on 01-10-2004 at 07:40 AM im gonna try it now, to see how 'inteligent' it is RE: Have you ever thought of playing MineSweeper Flags with your computer? by KnightieBoy on 01-10-2004 at 12:09 PM nice Mnjul, gonna try it right now RE: Have you ever thought of playing MineSweeper Flags with your computer? by ranicx on 01-10-2004 at 12:11 PM
oo nice! .. now i just wish i new how to actualy play mine sweeper properly insted of just random clicking. RE: Have you ever thought of playing MineSweeper Flags with your computer? by fluffy_lobster on 01-10-2004 at 12:29 PM
Woah sweet RE: Have you ever thought of playing MineSweeper Flags with your computer? by Mnjul on 01-10-2004 at 12:39 PM
Nice Job, lobster RE: Have you ever thought of playing MineSweeper Flags with your computer? by Stigmata on 01-10-2004 at 01:15 PM ur bot kicked my ass.... just like zigomar10 does....i dont think im good at games RE: Have you ever thought of playing MineSweeper Flags with your computer? by Wabz on 01-10-2004 at 01:43 PM
quote: Hehe Well done MNjul very interesting RE: Have you ever thought of playing MineSweeper Flags with your computer? by Choli on 01-10-2004 at 02:09 PM
Mnjul well done and nice idea. quote: * Choli slaps Mnjul and [o] around a bit with a large trout. RE: Have you ever thought of playing MineSweeper Flags with your computer? by Mnjul on 01-10-2004 at 02:45 PM
Kinda...sometimes we humanbeings use our "sixth sense" - and it's no "scientific basis" - , but how can you tell lines of code to have the sixth sense? RE: Have you ever thought of playing MineSweeper Flags with your computer? by Choli on 01-10-2004 at 03:06 PM
quote: quote:i think that 50% doen't have anything to do with the difficult of the game. I'm not sure. I've only played once and the game freezed. the last i saw was "it's [o]'s turn.[o] is calculating a deciding" or something similar... nothing happened after that. I couldn't take a sshot. I'll test it further later. Edit: just played again and if freezed again: see attachment,. RE: Have you ever thought of playing MineSweeper Flags with your computer? by fluffy_lobster on 01-10-2004 at 03:12 PM
30% of the time you open it? RE: Have you ever thought of playing MineSweeper Flags with your computer? by Mnjul on 01-10-2004 at 03:24 PM
quote:Yep that's right, [o] does it... If the highest chance is not over 50% (you can set it in Games\Options) [o] just randomly opens one If you like, I can post my source code of the original MineSwee+ in C++ (It's mess and unorganized all in all, and you'll wonder why I use class and even use an inheritance) And Choli: How come RE: Have you ever thought of playing MineSweeper Flags with your computer? by Tochjo on 01-10-2004 at 03:31 PM
It's freezing for me too. I've attached a screenshot (that will probably not tell you much anyway). RE: Have you ever thought of playing MineSweeper Flags with your computer? by Mnjul on 01-10-2004 at 03:48 PM I've uploaded a new version and it's supposed not to have the freezing problem RE: Have you ever thought of playing MineSweeper Flags with your computer? by Tochjo on 01-10-2004 at 03:54 PM It isn't freezing anymore (for now), thanks! RE: Have you ever thought of playing MineSweeper Flags with your computer? by fluffy_lobster on 01-10-2004 at 03:54 PM
quote:Well it still has a better chance of winning if it always goes for the highest chance... maybe that's why 0% is so hard, but that depends on your code working out the probability of squares with nothing special adjacent to them to compare a random shot with. I wouldn't be able to use the source code anyway, I don't have VC++ and don't know C++ I can understand you using classes though, that's how I did it RE: Have you ever thought of playing MineSweeper Flags with your computer? by Mnjul on 01-10-2004 at 04:09 PM
Well I am not very sure still... RE: Have you ever thought of playing MineSweeper Flags with your computer? by fluffy_lobster on 01-10-2004 at 04:34 PM
Out of all the squares which you have the choice to click on, each has a percentage chance of getting a mine. RE: Have you ever thought of playing MineSweeper Flags with your computer? by Mnjul on 01-10-2004 at 04:36 PM Thanks, I already know that...they are the ways [o] calculates... RE: Have you ever thought of playing MineSweeper Flags with your computer? by fluffy_lobster on 01-10-2004 at 04:41 PM So it calculates one for every square? In that case it should already simply be the case of choosing the one with the highest probability... it needs no "sometimes" chance of whether to go for a random square because that has its own probability too. RE: Have you ever thought of playing MineSweeper Flags with your computer? by Mnjul on 01-10-2004 at 04:56 PM So you mean I just have to return the cell with the highest chance? RE: Have you ever thought of playing MineSweeper Flags with your computer? by fluffy_lobster on 01-10-2004 at 05:25 PM
Yeah RE: Have you ever thought of playing MineSweeper Flags with your computer? by Choli on 01-10-2004 at 08:54 PM the problem with the freeze seems it's gone nice mnjul RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.221 by Mnjul on 01-11-2004 at 06:33 AM
Lobster: Yep I've thought about that...and yet it's too complex. We Chinese have a chess-like game called "Wei Qi", and "corners" and "edges" play an important role in the game. I don't know how to play Wei Qi while I bet if I could play it I would be more likely to solve the puzzle in MineSweeper. RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.221 by bach_m on 01-11-2004 at 06:40 AM
i odnt see the bomb feature... RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.221 by Mnjul on 01-11-2004 at 06:53 AM
Yep I know what bomb is... RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.221 by bach_m on 01-11-2004 at 06:55 AM
so!?!?!? thats not the point! i enjoy having un with the bomb! RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.221 by Chrono on 01-11-2004 at 07:01 AM
well done Mnjul, it almost beats me the first time RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.221 by Mnjul on 01-11-2004 at 07:03 AM
Chrono: [o] doesn't cheat RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.221 by Chrono on 01-11-2004 at 07:07 AM
quote: that's the version i tried RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.221 by tomfletcherman on 01-11-2004 at 10:04 AM its very good RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.221 by CookieRevised on 01-11-2004 at 11:23 AM That's one game I need to give to my mom, she's loves playing such games... RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.221 by user27089 on 01-11-2004 at 11:42 AM isn't minesweeper already on the PC? RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.221 by Choli on 01-11-2004 at 11:59 AM
quote:yes, but you play alone. Mnjul's minesweeper is to play against [o] (the computer) (and has a bit different rules (you have to found mines, not avoid them) * Choli donwloads last version and looks for the easter RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.221 by user27089 on 01-11-2004 at 12:01 PM
quote:ok.. thankyou for the update, i don't think i have it anyway.. RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.221 by Mnjul on 01-11-2004 at 12:11 PM
Chrono: Hope you'll like the cells' colors now RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.225 by Choli on 01-11-2004 at 12:22 PM
quote:poor 56 Kbps modem users... quote:maybe you can reencode them to take less space (use mono, if they're in stereo, etc... I don't know) Edit: quote:I've just won [o] (if you want proofs, I have a s.shot) RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.225 by fluffy_lobster on 01-11-2004 at 01:07 PM
A little English correction on the message box at the end of the game: depending on what you mean, you either need to say "Clicking OK will create a new game" or "Click OK to create a new game" RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.225 by Choli on 01-11-2004 at 01:12 PM
quote:what's the difference? really they mean the same RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.225 by Mnjul on 01-11-2004 at 01:41 PM
RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.225 by fluffy_lobster on 01-11-2004 at 02:20 PM The first one is telling you what clicking ok will do... the second one is instructing you to do so, but atm the msgbox is "Click OK will create a new game" which means nothing RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.225 by fluffy_lobster on 01-11-2004 at 03:59 PM
I just noticed a strange piece of logic in [o] which may sacrifice a lot of his chances: RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.225 by Mnjul on 01-12-2004 at 06:39 AM
You get the point...currently [o] calculates as the cases are HALF (note I say half, because it's coded as half)-independent events. Hmm... RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.225 by Guido on 01-12-2004 at 06:45 AM
Nice thingy! RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.225 by Mnjul on 01-12-2004 at 06:57 AM
quote:Guido has all the rights to say that, but it's harsh :cough: I did the designs by my self :cough: As for the bomb, [o] is not smart enough for you to have a bomb And when bomb is added, [o] should be able to use it too... RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.225 by fluffy_lobster on 01-12-2004 at 07:53 AM Heh that could be some seriously interesting probability work figuring out when it's best to use the bomb RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.228 by Mnjul on 01-12-2004 at 04:08 PM Even I myself don't know when is the best time to use the bomb...when I have no thoughts, it becomes harder to code it for [o]. RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.228 by user27089 on 01-12-2004 at 06:18 PM where can i get 'minesweeper; RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.228 by Mnjul on 01-12-2004 at 06:20 PM
quote:The one with MSN Messenger 6? Open a conversation window, click Launch Site and select MineSweeper Flags RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.228 by fluffy_lobster on 01-12-2004 at 07:48 PM
quote:Maybe you could make a version of the code that plays lots of [o] vs [o] games where the bomb is used at random points and records the success of the bomb and some variables showing the situation? RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.228 by CodeChaos on 01-13-2004 at 12:34 AM
Great game! RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.228 by Guido on 01-13-2004 at 01:43 AM
quote:Why? [o] is already smart enough not to need coffee to be awake in front of a Minesweeper game Just add the bomb to the human user... RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.228 by Mnjul on 01-13-2004 at 02:21 AM
A Bomb is by no means hard to add for a human, but I think it's still unfair RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.228 by Chrono on 01-13-2004 at 02:37 AM
well mnjul u can just add the bomb as an option.. RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.228 by Mnjul on 01-13-2004 at 02:46 AM Ahh it's ok, chrono, if you want a "fair" game you could just do not press the bomb button at all The option would be a bit useless because I haven't planned to practice lobster's advice and then [o] doesn't know how to use the bomb RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.228 by Chrono on 01-13-2004 at 02:50 AM
quote: but the bomb being there would be like a temptation RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.228 by Mnjul on 01-13-2004 at 04:26 AM
I see, but you soon will find out the bomb doesn't seem to be a friend for you. RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.231 by Chrono on 01-13-2004 at 04:54 AM
indeed i dont use the bomb RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.231 by Choli on 01-13-2004 at 07:38 AM Mnjul, what about an option to let [o] start the game? RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.0.231 by Mnjul on 01-13-2004 at 08:19 AM
quote:OK It will not be hard...first one must be a random one except the wall/corner Edit Got it released... As I have to work on my personal site when the winter vacation begins, there will be no major code changes unless serious issues happen Please open the Easter Eggie!!! RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.233 by chungster on 01-13-2004 at 01:45 PM dude this comp is %@$&in smart RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.233 by Choli on 01-13-2004 at 02:22 PM
Well, there are some bugs (or graphic glitches ) quote:Thanks quote:If we (or I) would know how... Anyway, still trying....... Edit: Didn't WDZ added the [attachment] tag? It doesn't work RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.233 by fluffy_lobster on 01-13-2004 at 04:55 PM
A bit of a bug in the bomb: you can't click the bomb if the middle square is one which you've already opened, when you should be able to. RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.233 by Mnjul on 01-14-2004 at 05:55 AM
quote:I thought you couldn't in MSN Zone's game...well I wasn't sure about it, so in the next version it will be clickable. Thx As for Choli: I'll fix the problem soon, thanks Edit: The following things mentioned have been fixed/modified/added:
The easter egg is that you continuously and ordinally click on a set of four letter I know it's hard... RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.233 by Guido on 01-14-2004 at 06:12 AM
quote:Yes, but it's on his hard drive's RC1 build. He didn't update yet RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.233 by Chrono on 01-14-2004 at 06:25 AM
quote: Why not the wall/corner? As for the easter egg, i have been trying but... give us a(nother) hint!! RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.236 by fluffy_lobster on 01-14-2004 at 07:57 AM
quote:Because you have a better chance of getting a mine that a square on the wall/corner might point to, because being on the wall rules out 3 possible squares. RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.236 by Mnjul on 01-14-2004 at 09:15 AM
Do you like this new cell pictures? If not, I'll change it back... RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.236 by Choli on 01-14-2004 at 09:41 AM
quote:yeah!! they're nicer... release it!! About the bugs, they're gone. one thing more (i'm a bit picky ) the window should start centered at the screen, in my opinion. RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.236 by hcsoso on 01-14-2004 at 02:57 PM RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.236 by hcsoso on 01-14-2004 at 02:58 PM RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.236 by Mnjul on 01-14-2004 at 03:07 PM
hcsoso is my classmate...after I gave him quite a few hints () he just worked it out! Great RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.236 by hcsoso on 01-14-2004 at 03:13 PM
not "quite a few"...^^" RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.236 by Mnjul on 01-15-2004 at 01:43 AM
Lobster: Could you use math equations to explain your post? RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.236 by Guido on 01-15-2004 at 07:35 PM Colorful = better, however why don't you just do it like the MSN one? RE: RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.236 by fluffy_lobster on 01-15-2004 at 09:29 PM
quote:OK, the way I'll do this is to do the equations php-style, which afaik is almost if not completely identical to c... Supposing you had a class array named $combination which had a number of different properties. Each item in the array represents a possible combination in which the current visible squares are all satisfied (e.g. every 2 has two mines next to it) foreach($combination as $i=>$value){ $combination[$i]->squaresinvolved = $combination[$i]->knownemptysquares + $combination[$i]->knownmines ; $combination[$i]->deviation = ($combination[$i]->squaresinvolved / $combination[$i]->knownmines)-(256/51) ; $totaldev += sqrt($combination[$i]->deviation ^ 2); } $standarddev = $totaldev / count($combination) ; foreach($combination as $i=>$value){ $combination[$i]->standardisedscore = $combination[$i]->deviation / $standarddev ; } Now each combination has a standardised score which represents the number of standard deviations from the average and ideal situation. The closer to 0 this value is, the more likely the combination is. To make the closeness to zero a positive thing, I think at this point it needs to be depolarised and reciprocated. Then the reciprocal can be found as a fraction of the total and it's that fraction that is the direct probability of each combination. foreach($combination as $i=>$value){ $combination[$i]->standardisedscore = 1/(sqrt($combination[$i]->standardisedscore ^ 2)) ; $totalreciprocalstandardisedscore += $combination[$i]->standardisedscore ; } foreach($combination as $i=>$value){ $combination[$i]->probability = $combination[$i]->standardisedscore/$totalreciprocalstandardisedscore ; } Now we have to apply the combination's probability to each square to see which one it affects the most. Let's take every square that [o] might want to click on (i.e. every one that is adjacent to the existing cluster of uncovered squares) and throw them into some sort of array. And let's suppose each of these squares has a property called "influences" which is an array of probabilities that have effect on that square. For example, if it's adjacent to a 1 with 4 free spaces next to it, an array item would be added with a value of 0.25. The number of items in the array would depend on the number of opened squares. For each of these probabilities you multiply it by the combination's probability, and then at the end take the average of these probabilities. For each combination, the average probability is added to get a perfect (i think) probability: foreach($combination as $i=>$value){ foreach($possiblesquare as $j=>$value1){ foreach($possiblesquare[$j]->influences as $k=>$value2){ $possiblesquare[$j]->influences[$k] = $possiblesquare[$j]->influences[$k] * $combination[$i]->probability ; } $possiblesquare[$j]->probability[$i] = sum($possiblesquare[$j]->influences) / count($possiblesquare[$j]->influences); } } foreach($possiblesquare as $i=>$value){ $possiblesquare[$i]->overallprobability = sum($possiblesquare[$i]->probability); } And if I'm right, that's the way the cookie crumbles RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.236 by Mnjul on 01-16-2004 at 08:24 AM
quote:I've used their sounds...if I use their pictures now I'm gonna end up sued joke...I actually don't like the color theme of the zone game Maybe you prefer it to the style in MineSwee++, but it's up to the programmer Lobster: Thanks, I'll look into it soon. I know PHP as well, had studied it before RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.236 by Choli on 01-16-2004 at 11:35 AM
quote:why don't you add an option to change the color theme? btw, could you make an option to turn off the sounds? last night I was listening to some music at a very low volume (it was 1 am) and if I played MineSwee++ the sounds didn't let me hear the music RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.236 by Mnjul on 01-16-2004 at 11:37 AM
quote:Good idea but...a bit useless j/k quote:Added in next version, I should upload it in a few hours (Haven't done the matters about Lobster's good comments) RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by bach_m on 01-23-2004 at 04:19 AM
dont know if its been fixed or not, but in 231, i got after a while of playing: code: RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by Mnjul on 01-23-2004 at 04:28 AM
Try to see if you can reproduce the bug, bach_m (But as far as the mines are placed randomly every time, I suppose reproducing the bug would be hard) RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by bach_m on 01-23-2004 at 02:26 PM it happened when [o] was trying to pick a square. i DID fool around with the 2 slide bars, if that helps RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by bach_m on 01-23-2004 at 11:58 PM
another bug: RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by Mnjul on 01-24-2004 at 02:20 AM
quote:I know what you are talking to, it's a glitch... I have made the glitch appear with the slightest deviation but you know, it just didn't solve the problem very correctly RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by lizard.boy on 01-24-2004 at 02:44 AM
ur bot kicked my ass. RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by user27089 on 01-26-2004 at 07:52 PM jackass wanabe knows how too cheat... so how do you cheat on it, cause its annoyin RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by Choli on 01-26-2004 at 11:26 PM
is it possible to cheat? quote:then , why don't you ask him? RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by Weyzza on 01-27-2004 at 07:58 AM
very nice game... RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by Choli on 01-27-2004 at 12:25 PM
quote:Mnjul said [o] does NOT cheat, however it's a bit annoying that it opens several (3, 4 or even more) squares with mines "magically" quote:Game > opetions > select [o] extreme hit rate range and move the sliders below. I still don't know what each slider does neither how [o] behaves acording to those values. * Choli looks at Mnjul RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by Mnjul on 01-27-2004 at 12:55 PM
Choli: I don't believe you have never had the same situation that you sweep 3 or 4 mines in a row magically RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by Choli on 01-27-2004 at 01:15 PM
quote:no Maybe 1 or 2 but never more RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by user27089 on 01-29-2004 at 06:34 PM
quote:he is a big meanie, so pleeeeeease tell me RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by fluffy_lobster on 01-29-2004 at 08:30 PM Any update on the application of my idea Mnjul? RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by Mnjul on 01-30-2004 at 06:23 PM
quote:No. The reasons are... 1. Still don't know how to include and comprehend your code into my existing ones 2. Though my site is finished, I have got other things to do...first is study and the next is, I plan to move to the city where my school is in myself in the next month and I've got too much to do 3. Dunno if this counts, but I think I'm just in love now and can't think of too many other things RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by Rancey on 02-12-2004 at 09:46 AM
Nice work, just a bug I encountered (threads to long for me to sift through and see if it's already been mentioned). When I click on game then options, the game closes it self and makes the same beep noise it does when it starts, or when you close it manually. RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by Huuf on 03-07-2004 at 12:38 PM if you click and then fast move your mouse you get the out off the side block, so the black selection thing is here but he clicks 5 spaces further RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by Mnjul on 03-07-2004 at 12:57 PM
Sorry, Rancey for replying so late, I didn't see this thread was replied quote:Do you have your VB Runtime file installed properly? quote:Yeah I know...Didn't think there are users that are so fast Well, I'll add another disablement cold to MouseMove (currently it's only in Click/MouseDown/MouseUp) The development is somewhat currently paused because I am too busy with my studies Oh btw, in this semester I'll study Statistics so Lobster (Though I don't really know your codes' some varibles' equivalent to mine) RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by Marsh8472 on 03-07-2004 at 02:14 PM The first time i played against the bot i lost 19-26 but the next game i won 26-17 however I kinda used a computer of my own... my minesweeper probability calculator can calculate the probability of any cell having a mine in it. Snapshots and program are available at http://wave.prohosting.com/mars8472/minesweeper.html enjoy RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by Sticky on 03-10-2004 at 11:55 AM
what is EXTREME HIT RATE RANGE ? RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by Marsh8472 on 03-10-2004 at 05:09 PM
Made a bot of my own you can play against. Snapshots and program are available at http://wave.prohosting.com/mars8472/minesweeper.html RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by Sticky on 03-11-2004 at 01:20 AM
quote: what is minesweeper density??? does this assume that the mines are usually grouped together? RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by Marsh8472 on 03-11-2004 at 10:22 AM the average number of mines surrounding the square.. i figured out how to make it alil faster so i'm going to be working on that RE: RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by V@no on 03-11-2004 at 01:34 PM
quote:That was my first impression.... first time I played, the bot put 3 flags in a row outside of the opened blocks, it seems that the alghorithm uses bombs coordinats, not as it would "think" where are the bombs... RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by Sticky on 03-11-2004 at 01:56 PM
out of about the 10 times i played it... RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.239 by Marsh8472 on 03-13-2004 at 03:02 AM Ok I updated the bot player. It's faster, smarter, and has more options. You can say it's not formidable but I think you'd be lying Snapshots and program are at http://wave.prohosting.com/mars8472/minesweeper.html or http://www.angelfire.com/clone2/marsh8472/Minesweeper_Flags2.exe to just download it. RE: RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1. by CookieRevised on 01-30-2006 at 12:04 AM
quote:Links are not all dead; look closer... At the bottom on that page there is a zip with all the files in it. Also the forum link still does work and will bring you to their forum (which is also still alive). RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.240 by Mak on 01-30-2006 at 12:13 AM
Hell yeah, ive been looking for this game for ages! RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.240 by [MR] on 02-05-2006 at 09:45 PM
i lost horrbily...[o] has to cheat RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.240 by manuvalbu on 02-08-2006 at 04:08 AM
hi,im manu, a grandmaster of minesweeperflags. RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.240 by [MR] on 02-08-2006 at 04:14 AM what are you talking about? the marshall bot? the mario bot? and the computer in Mnjul's game can be either easy or hard, you can set the difficutly in the game's options. RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.240 by manuvalbu on 02-08-2006 at 12:27 PM i cant access to options,it give me an runtime error,i played it in by default mode,and i beated it very easy,my record is 26-4,i can show the image, anyway i dont think that in the best level this bot could do anything,its really bad.Marshall bot and Mario bot are another programs of minesweeperflags,Marshall bot was created for marshall,it is better than the bot of this page, the mario bot was created with my help of maths formules for mario,that is the best bot nowadays,much better than the marshal bot,and now seren is thinking in create another bot with my help too,that new bot will be better than the mario bot. RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.240 by SebMarti on 02-13-2006 at 02:50 PM
Hi, I played your bot Mnjul and I can say it's nice, but i can beat it easily and the competitive players can do it easily too, you continue improving that program and you try play against good players, maybe you will understand the real level of this game if you see the level of the league players and it can give you new ideas. RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.240 by psychedelic on 05-19-2006 at 10:07 PM
Hey Hell RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.240 by Supersonicdarky on 05-19-2006 at 10:17 PM u should be able to choose a level, like all normal games RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.240 by Mnjul on 05-20-2006 at 05:25 AM
I know, I just have no time to revise the algorithms...The game was designed in VB and it could be a little bit inconvenient to implement hells algorithms/data structures with that. RE: Have you ever thought of playing MineSweeper Flags with your computer? - 1.1.240 by Eddie on 05-20-2006 at 06:26 AM hehe very nice game its interesting beats me to -.- RE: MineSwee++ 2: Play Minesweeper Flags with your computer (2.0.0395 Preview Release by Mnjul on 01-25-2007 at 11:54 AM
A new version has been released! RE: MineSwee++ 2: Play Minesweeper Flags with your computer (2.0.0395 Preview Release) by NanaFreak on 01-25-2007 at 11:58 AM
works fine here Mnjul =D RE: MineSwee++ 2: Play Minesweeper Flags with your computer (2.0.0395 Preview Release by markee on 01-25-2007 at 12:15 PM
Do I get a prize for winning against the AI? RE: MineSwee++ 2: Play Minesweeper Flags with your computer (2.0.0395 Preview Release) by Sunshine on 01-25-2007 at 12:29 PM
* Sunshine sucks at minesweeper..... RE: MineSwee++ 2: Play Minesweeper Flags with your computer (2.0.0395 Preview Release) by SebMarti on 03-16-2007 at 02:50 AM Mnjul, the way you are doing the program is not correct at all, i know all mathemathics involved in that game, add me your msn to talk about it. RE: MineSwee++ 2: Play Minesweeper Flags with your computer (2.0.0395 Preview Release by Mnjul on 03-16-2007 at 11:52 AM Just post here. I don't go on MSN quite. Thanks. :] RE: MineSwee++ 2: Play Minesweeper Flags with your computer (2.0.0395 Preview Release by Mnjul on 04-05-2007 at 04:57 PM
I've just re-done the whole GUI in C# (more importantly, Windows Vista is now supported). Please download MineSwee++ 2 Release Candidate X and post if you have any bugs (I say sorry if the graphics performance is too poor for you) RE: MineSwee++ 2: Play Minesweeper Flags with your computer (2.0.0395 Preview Release by Eddie on 04-05-2007 at 05:02 PM
When i clicked information it skipped my turn, i find it very jumpy, and it freezes a bit, bt its good otherwise, RE: MineSwee++ 2: Play Minesweeper Flags with your computer (2.0.0395 Preview Release by Mnjul on 04-06-2007 at 04:54 AM What's your CPU and your RAM, Eddie? RE: MineSwee++ 2: Play Minesweeper Flags with your computer (2.0.0395 Preview Release) by NanaFreak on 04-06-2007 at 05:03 AM
=D i just played it... i won!!! 26-25 RE: MineSwee++ 2: Play Minesweeper Flags with your computer (2.1.0531 RCX) by MicroWay on 06-04-2007 at 09:04 PM
Sorry, for the BUMP, but I saw the post now.... RE: MineSwee++ 2: Play Minesweeper Flags with your computer (2.1.0531 RCX) by Dr4g0n on 06-05-2007 at 05:00 PM
Not Found RE: MineSwee++ 2: Play Minesweeper Flags with your computer (2.1.0531 RCX) by prashker on 06-05-2007 at 07:39 PM http://w.csie.org/~b94075/smdc/fileserver/mspp2.zip RE: MineSwee++ 2: Play Minesweeper Flags with your computer (2.1.0531 RCX) by Dr4g0n on 06-05-2007 at 07:43 PM Ty SonicSam. =] RE: MineSwee++ 2: Play Minesweeper Flags with your computer (2.1.0531 RCX) by Mnjul on 06-06-2007 at 07:28 AM I'll edit the original post now, thanks for reminding me. RE: MineSwee++ 2: Play Minesweeper Flags with your computer (2.1.0566) by SebMarti on 08-25-2007 at 07:53 AM I defeated it 9 of 10 games. You need to improve your program, but it looks cool, good job. need help by medmonie on 10-19-2007 at 07:37 AM [size=2]i love this game so much put i have a proplem that i want to play it with my computer and the link present in the first page of the topic not working could any one here put it in onathor site or send it to my email m_ahmed86@hotmail.com thanks[/size] RE: MineSwee++ 2: Play Minesweeper Flags with your computer (2.1.0566) by Cyane on 08-30-2008 at 05:08 PM
I've just tried to download this but it won't work. RE: MineSwee++ 2: Play Minesweeper Flags with your computer (2.1.0566) by Mnjul on 09-01-2008 at 12:57 AM The server went down for maintenance a few days ago, it should be fine now |