Solved Issue #53: Added Exit Button, Resolved Row and Column Size, and Implemented score Board #220
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.
PR Description 📜
Please include summary related to the issue you have fixed and describe your PR in brief over here by specifying the issue number on which you were working below
Fixes #53
This pull request addresses Issue #53 by implementing the following changes:
Added an exit button: Players can now exit the game at any time by clicking the exit button.
Resolved row and column size issue: Previously, players could input any number for the rows and columns, leading to
potential game errors. Now, if a player enters an invalid number (e.g., less than 5 or greater than 30), an error message will
be displayed, ensuring a smoother user experience.
Added source board: Players can now view the score for the game.
These changes enhance the usability and stability of the game. Tested and verified functionality.
Mark the task you have completed ✅
Thank you soo much for contributing to our repository 💗