Monday, February 20, 2012

Replay for Minesweeper


The screenshot is of an early build in 2009. The game has come quite a ways visually.

Although it doesn't visually look much different from earlier versions, 2.7 was a big update for me. I refactored much of the source code, and reorganized some parts of the project. The main new feature, replay, is one I've been wanting to add for a while. I actually did have replay working since before the last update, but it was inefficient due to the main data structure for the game, and I wanted to restructure that before finishing up replay functionality. Now that its finished, I'm quite happy with the result, I hope you enjoy it too.