65.9K
CodeProject is changing. Read more.
Home

Skinable Minesweeper Clone

starIconstarIconstarIcon
emptyStarIcon
starIcon
emptyStarIcon

3.56/5 (12 votes)

Aug 27, 2006

viewsIcon

57426

downloadIcon

1647

A Minesweeper Clone

Sample Image - MySweeper.jpg

Introduction

Lets just start by saying that mine sweeper is one of my favorite games for passing a few minutes or for taking a 'brain break' while at work.

This is a clone of MineSweeper dubed MySweeper :). The main difference between this clone and the others is that this one is 'skinable'. I see alot of clones out there, but they are all the same game with just a different 'skin'.

I have made 4 skins for this one just to demonstrate the ease of doing so. Simply use the same image and sound names, put them in a folder, and put that folder in the Bitmaps folder. MySweeper will list the available skins and you can use the one you want.

If you have any questions about how to play the game, please check out this web site:

http://www.ishipress.com/mineswee.htm

 

8/30/06 - Modified to get rid of screen flicker

8/30/06 - Fixed Clicking while reseting map issue

12/13/06 - Added save image feature