Enhance Snap Game with UI, Gameplay, and Sound Features #114
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request: Enhance Snap Game with UI, Gameplay, and Sound Features
🔧 Summary
This PR introduces multiple enhancements to the Snap card game project as part of the Software Engineering Lab Task 2.1. The changes span across UI improvements, gameplay logic, and user interaction features, implemented collaboratively by a three-member team.
Changes Implemented
UI Enhancements (UI Coder)
add-drawcard-imagesbranch to include improved card graphics.Gameplay Improvements (Game Developer)
Snap.csto include timer logic and updatedUpdate()method.HandleUserInput()to start the game on spacebar press.Player Interaction Features (Team Leader)
Branches Merged
change-text-fontadd-automatic-card-flipadd-player-hitadd-drawcard-imagesTesting & Verification
./build.shand./run.sh.