michaelbutler / minesweeper

WebWorker powered Minesweeper game written in JavaScript, HTML and CSS.
https://michaelbutler.github.io/minesweeper/
GNU General Public License v3.0
39 stars 31 forks source link

Add to the UI #2

Closed eslingerbryan closed 10 years ago

eslingerbryan commented 10 years ago

Stumbled across your project when I was looking for minesweeper I could play easily on linux. The game is real solid, nice work. I added some interface elements to set the game board size, including the classic windows preset sizes for beginner, intermediate, and expert. I also added a timer and keep track of best times using localStorage.

I think I've tested it all reasonably thoroughly, but this is literally my first pull request, so I'm a little new here. Anyway, great version of this game.

Bryan

michaelbutler commented 10 years ago

Thanks, looks like you did some great work on it! I'll review it over and merge it if I have time later tonight.