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
- Host: GitHub
- URL: https://github.com/Joeynoh/HTML5-Minesweeper
- Owner: Joeynoh
- License: mit
- Created: 2013-01-07T18:26:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-06T00:25:12.000Z (almost 12 years ago)
- Last Synced: 2024-08-01T08:06:40.758Z (7 months ago)
- Language: JavaScript
- Size: 254 KB
- Stars: 86
- Watchers: 16
- Forks: 46
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 overTODO
----
- Score algorithmInspired by:
https://github.com/wbrowne/HTML5-Minesweeper