Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced a Timer feature in the game #181

Merged
merged 4 commits into from
Jul 23, 2024

Conversation

GnanariddhikaRavikumar
Copy link
Contributor

@GnanariddhikaRavikumar GnanariddhikaRavikumar commented May 27, 2024

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

In the game it have the default feature of timer, I have enhanced feature of pause, play, reset; which will help the player to handle the game easily. Added Play, Pause, Restart Button.

Pause Button: Allows users to pause the game, freezing the current state until they decide to resume.
Play Button:Starts the game from the paused time
Reset Button: Resets the game without stopping it, providing a quick way to start over from the beginning without navigating away.

Fixes: #155

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • This change requires a documentation update

Checklist:

  • I have made this from my own
  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

ATTACH SCREEN-SHOTS / DEPLOYMENT LINK (if applicable)

Play Pause feature added

image

image

On clicking restart button , it begins from starting point

image

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@Dev-tanay
Copy link
Owner

Could you change the text to a logo, such as using a pause logo instead of a pause button? @GnanariddhikaRavikumar

@GnanariddhikaRavikumar
Copy link
Contributor Author

Can I know where to change?

@Dev-tanay Dev-tanay merged commit 09ecf33 into Dev-tanay:main Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Removing Bug and Enhancing User Functionality
2 participants