A variant of the classic Minesweeper game, played on a hexagonal grid.
- 🔢 Adjustable board size
- 🖱️ Left-click to reveal cells
- 🚩 Right-click to flag potential mines
- 🔄 New game button for restarts
- 📱 Responsive design for various screen sizes
- Open
index.html
in your web browser - Use the sliders to set your desired board width and height
- Click "New Game" to start
- Left-click to reveal cells
- Right-click to place or remove flags
- Avoid the mines and clear the board to win
- HTML5
- CSS3
- JavaScript
- HTML5 Canvas for game rendering
Clone the repository and open index.html
in your web browser.
We welcome contributions. Please submit a PR.