emoji-minesweeper
emoji-minesweeper copied to clipboard
Add sound effects for revealing cells and bombs
This pull request adds audio cues to enhance the game experience:
- Plays a pop sound when revealing a safe cell
- Plays an explosion sound when hitting a bomb
Changes made:
- Added explosion.mp3 and pop.mp3 files
- Modified game.js to implement sound playback
These changes improve user feedback and make the game more engaging.