Browser version of game "Minesweeper", mostly programmed using p5.js library.
- Download or clone contents of this repository.
- Start index.html using Web Server (at any port).
- Double click on index.html, if new tab didn't open automatically.
- Left click on tile to reveal it
- Right click on tile to mark potential bomb spot
- Right click again to unmark tile
- Your target is to reveal all tiles, that doesn't content a bomb
- HTML
- CSS
- JavaScript
- p5.js (JavaScript library)