Closed masabinhok closed 1 month ago
Kindly assign me this issue under hacktoberfest, i would love to work on this.
That sounds great to me. You can start with this.
Adding sound would of course sound good… haha, jk. I submitted a PR for this (#25). Now your game can finally make some noise!
Feature: Add Sound Effects to Game Actions
Description: We want to enhance the user experience of the Tic Tac Toe game by adding sound effects for key game actions such as placing a marker, winning, and resetting the game. Adding sound will make the game more interactive and fun.
Proposed Solution:
Move Sound (Click):
Win Sound:
Reset Sound:
Tasks:
click.mp3
,win.mp3
,reset.mp3
).<audio>
element or use theAudio
object in JavaScript to handle the sound effects.Acceptance Criteria: