Skip to content

Shino-/CasualMinesweeper

Repository files navigation

Casual minesweeper

Minesweeper "as it should be", and by that I mean what it would look and feel, was it designed today with web technologies and new savoir-faire in UX.

Early versions

  1. minesweeper_dom.html used to store data about the cells directly in the DOM.
  2. minesweeper_beforeData.html is snapshot, before the jQuery update which made .data() available.

Current state

Most of the magic happens in a big module in index.html. It is designed with speed in mind, so with minimal dom touches (and sprites).

If anyone has friendlier graphics than the ones I shamefully stole... just contribute! But you do the sprite

Trivia

Minesweeper is NP-complete!

About

Minesweeper "as it should be"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages