Sunday, November 13, 2011

What is Minesweeper's algorithm when you right-click the board?

I am trying to program a game using Java (comparable to Microsoft's Minesweeper) but cannot figure out the algorithm used when you right-click in Minesweeper. Obviously the game checks the state of surrounding tiles, but i'm having trouble explaining it in plain English. I appreciate any help!

No comments:

Post a Comment