A browser-based implementation of the classic Minesweeper game.
You can play it here: 🔗 https://px7nn.github.io/minesweeper-web/
If you prefer running it locally, follow these steps:
Step 1: Clone the repository:
git clone https://github.com/px7nn/minesweeper-web.git
Step 2: Navigate into the folder:
cd minesweeper-web
Step 3: Open in your browser:
Open index.html in your preferred browser.
That’s it — no installation or build tools required.
HTML
CSS
JavaScript (Vanilla JS)
Minesweeper is a logic-based puzzle game where:
- You click cells to reveal what’s underneath.
- Numbers indicate how many mines are adjacent.
- Use flags to mark suspected mines.
- Reveal all safe cells to win.
- Working Leaderboard
- Game Modes