This is a simple implementation of the classic Minesweeper game using HTML, CSS, and JavaScript.
- Clone the repository:
git clone https://github.com/yourusername/minesweeper-game.git
🔗 - Open
index.html
in your web browser. 🌐
🔴 It should be between 1 and 100 (Since we have 100 cells) 🔴
✨ Now you can Left-click
or Right-click
on the cell
Hooray! We were lucky, and we didn't click on bombs 😎
We Defused three bombs with Right-click
! 💣
- You can
Right-click
again on flagged cell to undo. - You will have as many flags as bombs.
- You'll lose if you
Left-click
on bombs. - You'll win if Defuse all bombs.