Description
Enhance the gameplay experience by adding sound effects for each piece movement and capture action. This will include separate sounds for moving and capturing pieces to provide audio feedback for each action.
Acceptance Criteria
Move Sound: A sound plays when a piece is moved to an empty square.
Capture Sound: A different sound plays when a piece is captured.
Toggle Option: Allow players to enable or disable sound effects from the game settings.
Tasks
[x] Select or create sound files for movement and capture.
[x] Implement sound playback logic in the move and capture functions.
[ ] Add an option in settings to toggle sound effects on and off.
Additional Notes
Test sound effects to ensure they play correctly for both moves and captures.
Ensure that the toggle setting persists across game sessions.
Add an option in settings to toggle sound effects on and off.
will do UI after main game has been refined, need to add castle move sound and game start sound
Description
Enhance the gameplay experience by adding sound effects for each piece movement and capture action. This will include separate sounds for moving and capturing pieces to provide audio feedback for each action.
Acceptance Criteria
Tasks
Additional Notes