-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Added Customizable Gameplay Time Duration #133
Conversation
✅ Deploy Preview for click-the-edible-game ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
…fied readme.md and main.css]
When we are using the slider for changing the time while choosing, the time change should be visible while sliding the slider @SoumyadevSaha Pls work on it |
fixed : the time change is now getting reflected in real time while sliding the slider. Pls do check @Rakesh9100 . |
…dified main.html]
Good Work!! Congrats on getting your quality PR merged to this repo under SLoP 3.0 🥳🎉 @SoumyadevSaha |
Thank you so much 😁 |
give @SoumyadevSaha 150 points |
Fixes Issue🛠️
Closes #132
Description👨💻
Aplied Changes
Customizable GamePlay Time: I have modified the "Choose GamePlay Time" section to allow users to select any time duration between 30 seconds and 5 minutes. This enhancement provides users with more flexibility in choosing their preferred game duration.
Updated Game Logic: To accommodate the change in customizable time duration, I have updated the game logic (main.js under assets/) to ensure that the selected time is reflected accurately in the gameplay. This includes adjusting time tracking.
Maintained Responsiveness: I've taken care to ensure that the game remains responsive across different devices and screen sizes. The changes made to the "Choose GamePlay Time" section and the overall game interface should adapt well to various screen dimensions.
Type of change📄
How this has been tested✅
I have applied the changes and tested them out in my local machine. I have played the game using different time frames, and it starts with, pauses, ends and plays out in expected manner (the expected time frame and duration). I have also seen to it so that the responsiveness is not compromised.
Additional notes
The main chnges are the files : main.html, main.css and main.js under assets/ folder and in the README.md file to reflect the new display for the "Choose GamePlay Time Box".
Checklist✅
Screenshots/GIF📷