-
Notifications
You must be signed in to change notification settings - Fork 640
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
Added Game CatchTheBall #1660
Added Game CatchTheBall #1660
Conversation
β Deploy Preview for 30daysofjs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add your project in index.html
index.html
Outdated
<h4>CatchTheBall</h4> | ||
<p>Catch the ball on the rolling pad and beat your own highscore!</p> | ||
<a href="117 - CatchTheBall"><button class="button">Live</button></a> | ||
<a href="http://127.0.0.1:5500/117-CatchTheBall/index.html"><button class="button">Github</button></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will not be you localhost url, update this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@swapnilsparsh can you please help me as to how can i add my own localhost url
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shruti110503 Take reference from the other url which are there in the index.htm and make the required changes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please resolve the conflict and still the URL is not right.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please resolve the conflict and add your project in index.html also
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix the bugs:
- When game is over and you play again then the slider is not working properly.
- When clicking on left button then the slider keeps on going left if I am pressing right button.
@shruti110503 Not working on mobile |
@shruti110503 Any updates ? |
please check now |
@shruti110503 Thank you for contributing to this repo. Looking forward for more π |
Added the game successfully.
π οΈ Closes #1609
π¨βπ» Changes proposed and Brief Description
I have added the game as proposed. It is made using html css and javascript.
β Check List (Check all the applicable boxes)
π· Screenshots