An open API service indexing awesome lists of open source software.

https://github.com/Joeynoh/HTML5-Minesweeper

Minesweeper game using jQuery and HTML5 canvas
https://github.com/Joeynoh/HTML5-Minesweeper

Last synced: 4 months ago
JSON representation

Minesweeper game using jQuery and HTML5 canvas

Awesome Lists containing this project

README

        

HTML5-Minesweeper
-----------------

Minesweeper game using jQuery and HTML5 canvas.

Online demo can be found here at [joeyvo.me/HTML5-minesweeper](http://joeyvo.me/HTML5-minesweeper/)

Now featured on [Chrome Experiments](http://www.chromeexperiments.com/detail/html5-minesweeper)

Follow news and developments on twitter: [@Joeynoh](https://twitter.com/Joeynoh)

### Current version: 3.0.1

##### New
- Speed solving, right click on a revealed square
- Faster mine index algorithm
- Listener put on mouseup rather than mousedown
- Retina support (contributed by meltingice)
- Image preloading
- Replaced that Github ribbon
- Game no longer automatically resets after a win or loss

##### Previous versions
- Brand new and more complete UI
- Better interaction
- Custom animations on the playingfield
- New images
- Scoreboard and use of local storage for scores
- Refactoring and optimization
- Some bug fixes
- New UI
- New difficulty features
- Click on empty square, reveal larger space up until other numbered squares
- Timer
- Better grid, using rounded squares
- Fixed numerous issues like unflagging and clicking after the game has been won or lost
- Added mine and flag counters
- Created a reset function so the page no longer needs to refresh to start over

TODO
----
- Score algorithm

Inspired by:
https://github.com/wbrowne/HTML5-Minesweeper