Skip to content

Commit

Permalink
Uploaded the project
Browse files Browse the repository at this point in the history
  • Loading branch information
scar17off authored Sep 15, 2024
1 parent 1059179 commit 8e4c10d
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions README.md
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.

0 comments on commit 8e4c10d

Please sign in to comment.