A fun and challenging Minesweeper game built using JAVA. The game allows you to uncover a grid of tiles while avoiding hidden mines. With each click, the tiles either display a number (indicating how many mines are adjacent) or explode if you click on a mine. The objective is to clear all non-mined tiles without triggering any bombs.
- Interactive Grid: Click to uncover tile mines.
- Difficulty Levels: Choose from different difficulty levels (e.g., easy and hard).
- Responsive Design: Play on desktops .
- Sounds: when the mine is touched , an explosive sound will make your eardrums ..... :)
- Click on any tile to uncover it.
- If the tile reveals a number, it tells you how many mines are adjacent to that tile.
- If you click on a mine, the game ends with an explosion.
- The goal is to uncover all the tiles that don't have mines and flag all the mines.
Follow these steps to get the project up and running locally:
-
Clone the Repository:
git clone https://github.com/pratyuxxhh/minesweeper.git
-
Run the jar file Run the jar file , thats it , but the jar file is not working properly for some reason.


