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

Added Bouncing ball Game #4455

Merged
merged 4 commits into from
Jun 15, 2024
Merged

Added Bouncing ball Game #4455

merged 4 commits into from
Jun 15, 2024

Conversation

nandita27iitp
Copy link
Contributor

@nandita27iitp nandita27iitp commented Jun 12, 2024

PR Description 📜

The 2D Bouncing Ball Game is a simple yet engaging web-based game developed using HTML, CSS, and JavaScript. It involves a ball that continuously bounces around within the boundaries of the game area, changing direction upon collision with the edges. This game provides a great example of basic game physics and interactive animation on the web.
HTML: The structure of the game is built using HTML, providing the canvas element where the game animations occur.
CSS: Styling is applied through CSS to ensure the game has a clean and visually appealing look. CSS is also used for animations that enhance the game's interactivity.
JavaScript: Core game logic is implemented in JavaScript, which includes ball movement, collision detection, speed adjustments, and game state management.
Fixes # 3885


Mark the task you have completed ✅

  • I follow CONTRIBUTING GUIDELINE & CODE OF CONDUCT of this project.
  • I have performed a self-review of my own code or work.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generates no new warnings.
  • I have followed proper naming convention showed in CONTRIBUTING GUIDELINE
  • I have added entries for my game in main README.md
  • I have added README.md in my folder
  • I have specified the respective issue number for which I have requested the new game.

Thank you soo much for contributing to our repository 💗

@kunjgit
Copy link
Owner

kunjgit commented Jun 12, 2024

Thank you @nandita27iitp ,for creating the PR and contributing to our GameZone 💗
Review team will review the PR and will reach out to you soon! 😇
Make sure that you have marked all the tasks that you are done with ✅.
Thank you for your patience! 😀

@nandita27iitp
Copy link
Contributor Author

@kunjgit pls merge my PR

Copy link
Collaborator

@ishita-43 ishita-43 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go!!

@ishita-43 ishita-43 added level2 Enhancement in gssoc Ready to merge 🥳 gssoc GSSoC24 program label labels Jun 13, 2024
@kunjgit kunjgit merged commit 2926f32 into kunjgit:main Jun 15, 2024
@kunjgit
Copy link
Owner

kunjgit commented Jun 15, 2024

Thank you @nandita27iitp , for your valuable time and contribution in our GameZone 💗.
It’s our GameZone, so Let’s build this GameZone altogether !!🤝
Hoping to see you soon with another PR again 😇
Wishing you all the best for your journey into Open Source🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc GSSoC24 program label level2 Enhancement in gssoc Ready to merge 🥳
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants