You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Create a functional BUBBLE GAME using only JavaScript, HTML, and CSS .
Describe the solution you'd like.
In this game there will be random no's present on the screen , so we have to select the No. which will be shown at the top of the game . if we select the correct no. it will increase our score and if it no. is incorrect the score wont increase . All of this will continue under certain time limit and then the game will be over .
Describe alternatives you've considered.
I will add timer on the screen (suppose 60 sec) so the game will be over in 60 sec .
there will be sections like :
1. Hit - the no. which we have to select from various bubbles
2. Timer - the time under which we have to score .
3. Score - this will calculate the total score
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Create a functional BUBBLE GAME using only JavaScript, HTML, and CSS .
Describe the solution you'd like.
In this game there will be random no's present on the screen , so we have to select the No. which will be shown at the top of the game . if we select the correct no. it will increase our score and if it no. is incorrect the score wont increase . All of this will continue under certain time limit and then the game will be over .
Describe alternatives you've considered.
1. Hit - the no. which we have to select from various bubbles
2. Timer - the time under which we have to score .
3. Score - this will calculate the total score
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: