Minesweeper
Description
This is an implementation of Minesweeper using JS and React.js.
The game is hosted and playable at http://thomasbeirne.com/gameofmines.
To-do
- Implement correct grid revealment.
- Notify on loss.
- Notify on win.
- Don't permit loss on first click.
- Add new game button.
- Make it work on mobile.
Nice-to-haves
- Customizable board size and number of bombs.
- Add time based scoring.