-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# 🎮 Hexagon Minesweeper 💣 | ||
|
||
![GitHub](https://img.shields.io/github/license/scar17off/hexagon-minesweeper) | ||
![JavaScript](https://img.shields.io/badge/language-JavaScript-yellow) | ||
![Version](https://img.shields.io/badge/version-1.0-blue) | ||
![GitHub stars](https://img.shields.io/github/stars/scar17off/hexagon-minesweeper?style=social) | ||
![GitHub forks](https://img.shields.io/github/forks/scar17off/hexagon-minesweeper?style=social) | ||
![GitHub issues](https://img.shields.io/github/issues/scar17off/hexagon-minesweeper) | ||
![GitHub pull requests](https://img.shields.io/github/issues-pr/scar17off/hexagon-minesweeper) | ||
![GitHub last commit](https://img.shields.io/github/last-commit/scar17off/hexagon-minesweeper) | ||
![GitHub repo size](https://img.shields.io/github/repo-size/scar17off/hexagon-minesweeper) | ||
![GitHub contributors](https://img.shields.io/github/contributors/scar17off/hexagon-minesweeper) | ||
![GitHub commit activity](https://img.shields.io/github/commit-activity/m/scar17off/hexagon-minesweeper) | ||
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/scar17off/hexagon-minesweeper) | ||
|
||
A variant of the classic Minesweeper game, played on a hexagonal grid. | ||
|
||
## 🌟 Features | ||
|
||
- 🔢 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 | ||
|
||
## 🚀 How to Play | ||
|
||
1. Open `index.html` in your web browser | ||
2. Use the sliders to set your desired board width and height | ||
3. Click "New Game" to start | ||
4. Left-click to reveal cells | ||
5. Right-click to place or remove flags | ||
6. Avoid the mines and clear the board to win | ||
|
||
## 💻 Technologies Used | ||
|
||
- HTML5 | ||
- CSS3 | ||
- JavaScript | ||
- HTML5 Canvas for game rendering | ||
|
||
## 🛠️ Setup | ||
|
||
Clone the repository and open `index.html` in your web browser. | ||
|
||
## 🤝 Contributing | ||
|
||
We welcome contributions. Please submit a PR. |