This is a browser-based clone of the Windows 2000 version of Minesweeper, written in JavaScript. This implementation includes most of the features found in the real thing, including a functional classic Windows-style windowing environment (dubbed SweeperOS).
Minesweeper Classic can be set up by downloading the latest release ZIP and placing its contents on a directory of a web server. The game can also be played locally.
A live demo of the latest release of the game is available on my website. Since I cannot keep copyrighted assets in this repository, there is an alternate demo available that uses original graphics and sounds. You can download them from my website as well, if you wish.
This project uses Compass and minified JavaScript. To build it, use your favorite minifier on js/*.js and run compass compile
from the root of the project.
This project is licensed under the MIT License. See the LICENSE file for details.