/minesweeper-classic

Classic Minesweeper look and feel implemented in HTML and Javascript

Primary LanguageJavaScriptMIT LicenseMIT

Minesweeper Classic

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).

Screenshot

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.

Building the project

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.

License

This project is licensed under the MIT License. See the LICENSE file for details.