Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.91 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.91 KB

🎮 Hexagon Minesweeper 💣

GitHub JavaScript Version GitHub stars GitHub forks GitHub issues GitHub pull requests GitHub last commit GitHub repo size GitHub contributors GitHub commit activity GitHub code size in bytes

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.