minesweeper Questions

4

Solved

Well I have been through many sites teaching on how to solve it, but was wondering how to create it. I am not interested much in the coding aspects of it, but wanted to know more on the algorithms ...
Bailee asked 26/8, 2010 at 18:50

4

Solved

I am designing a Minesweeper-like game (with modified rules), and I want to prevent player from guessing. My goal is: The generated board is with few revealed squares, and player can solve th...
Fabe asked 29/11, 2011 at 2:8

3

I'm making a game of Minesweeper with Kivy using Button widgets. I want to be able to have different actions depending on whether the mouse click is a left mouse click or a right mouse click. Can a...
Attorney asked 12/6, 2017 at 5:24

1

I am trying to make minesweeper in JavaScript and I have run into a problem that has had me stuck for days. I am aware there are already posts about this topic however I've read them and tried it o...
Aggravation asked 27/6, 2018 at 13:48

1

EDIT: This was a while ago and I've since got it working, if you'd like to see the code it's included at github.com/LewisGaul/minegaulerQt. I'm trying to write a program to calculate probabilities...
Inhume asked 12/8, 2015 at 13:49

11

Solved

This is a problem from Google Code Jam qualification round (which is over now). How to solve this problem? Note: If you have a different method from the ones discussed in answers, please share it ...
Promulgate asked 13/4, 2014 at 5:29

2

Im writing a method for minesweeper that opens a cell if there is no mine there. If there are no adjacent cells next to mines, it opens the cells around it that do not have mines. I regularly have ...
Eversion asked 6/7, 2014 at 16:48

3

Solved

I made a minesweeper game in javascript, which was finally running pretty smoothly, until i added the "expand()" function (see below). I have 3 issues: When it expands it adds too many to "flippe...
Orbit asked 23/8, 2013 at 2:10

2

I am trying to make the minesweeper solver. As you know there are 2 ways to determine which fields in minefield are safe to open, or to determine which fields are mined and you need to flag it. Fir...
Chape asked 11/4, 2013 at 19:24

8

I am pretty sure most of you know about the minesweeper game. I wanted to code (in C#) my own minesweeper game and was looking for some input as to what would be a good algorithm for that gam...
Atahualpa asked 15/11, 2009 at 17:14

2

I have implemented in Python an algorithm for solving the game 'Minesweeper'. The program works as follows: Say that the solver clicks a square named 'a'. For sake of example let the number thus r...
Broomfield asked 28/10, 2012 at 19:5

1

Solved

I need to implement Minesweeper solver. I have started to implement rule based agent. I have implemented certain rules. I have a heuristic function for choosing best matching rule for current cell ...
Marasco asked 6/7, 2012 at 20:37

1

I'm trying to make a program that read the timer value from Minesweeper. (OS is windows 7 64bit) Using cheat engine I found the base address of the variable, but it changes every time I run Minesw...
Nerte asked 7/4, 2012 at 17:23

1

Solved

I'm writing a simple minesweeper game over my Christmas break and I'm adding in the feature where you click with both mouse buttons on a number and it unveils the hidden boxes around it when it's s...
Buckish asked 13/12, 2011 at 7:38

10

Solved

I'm trying to learn about reverse engineering, using Minesweeper as a sample application. I've found this MSDN article on a simple WinDbg command that reveals all the mines but it is old, is not ex...
1

© 2022 - 2024 — McMap. All rights reserved.