MINE-sweeper is a Minesweeper game with Minecraft-inspired visuals and enhanced functionality. The game includes features like a timer, mine counter, bomb placement logic, and victory effects.
- Minecraft-inspired Visuals: The game uses textures and visuals inspired by Minecraft.
- Timer: Tracks the time taken to complete the game.
- Mine Counter: Displays the number of mines left to flag.
- Bomb Placement Logic: Ensures fair bomb placement, avoiding the center cell and already bombed cells.
- Ore Placement Logic: Ores appear only in cells with no numbers, while numbered cells default to a stone texture.
- Victory Enhancements: Includes a confetti effect to celebrate victories.
- Difficulty Levels: Easy, Medium, and Hard modes (upcoming).
- Sound Effects: (upcoming).
- Clone the repository.
- Open
index.htmlin a web browser to play the game.
- Left-click to reveal a cell.
- Right-click to flag a cell as a mine.
- Clear all non-mine cells to win the game.
- Add difficulty levels.
- Add sound effects for interactions and victory and music for background.