Top "Minesweeper" questions

Minesweeper game is an abstract puzzle, quite popular as a target of sample programs in different laguages.

Minesweeper solving algorithm

I am pretty sure most of you know about the minesweeper game. I wanted to code (in C#) my own …

algorithm minesweeper
How can I find the data structure that represents mine layout of Minesweeper in memory?

I'm trying to learn about reverse engineering, using Minesweeper as a sample application. I've found this MSDN article on a …

reverse-engineering windbg ida minesweeper memory-editing
What's the algorithm behind minesweeper generation

Well I have been through many sites teaching on how to solve it, but was wondering how to create it. …

algorithm minesweeper
Generate a minesweeper board which doesn't need guessing

I am designing a Minesweeper-like game (with modified rules), and I want to prevent player from guessing. My goal is: …

algorithm minesweeper
Getting base address of a process

I'm trying to make a program that read the timer value from Minesweeper. (OS is windows 7 64bit) Using cheat engine …

c++ minesweeper readprocessmemory base-address
MineSweeper reveal neighbors help needed java

I am currently working on a minesweeper program and i need a little help on revealing neighbors in it. Currently …

java algorithm multidimensional-array minesweeper
How can I identify buttons, created in a loop?

I am trying to program a minesweeper game on python using tkinter. I started off by creating a grid of …

python tkinter minesweeper