Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.33 KB

README.md

File metadata and controls

46 lines (36 loc) · 1.33 KB

HTML5-Minesweeper

Minesweeper game using jQuery and HTML5 canvas.

Online demo can be found here at joeyvo.me/HTML5-minesweeper

Now featured on Chrome Experiments

Follow news and developments on twitter: @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