emoji-minesweeper icon indicating copy to clipboard operation
emoji-minesweeper copied to clipboard

Add sound effects for revealing cells and bombs

Open raymond-stein opened this issue 4 months ago • 0 comments

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.

raymond-stein avatar Oct 04 '24 00:10 raymond-stein