https://github.com/scottgriv/javascript-bouncy_ball_game
A fun, interactive, JavaScript game built using @codepen. Grow your score by catching the bouncy ball!
https://github.com/scottgriv/javascript-bouncy_ball_game
codepen css game html javascript
Last synced: about 2 months ago
JSON representation
A fun, interactive, JavaScript game built using @codepen. Grow your score by catching the bouncy ball!
- Host: GitHub
- URL: https://github.com/scottgriv/javascript-bouncy_ball_game
- Owner: scottgriv
- License: mit
- Created: 2024-01-08T00:39:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-20T03:07:59.000Z (7 months ago)
- Last Synced: 2026-02-01T04:26:09.664Z (5 months ago)
- Topics: codepen, css, game, html, javascript
- Language: JavaScript
- Homepage: https://codepen.io/scottgriv/pen/JjBNMaY
- Size: 1.77 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---------------
Bouncy Ball Game
A simple fun web game written using JavaScript, CSS, and HTML.
- Play it on CodePen [here](https://codepen.io/scottgriv/pen/JjBNMaY).
---------------
## Table of Contents
- [Getting Started](#getting-started)
- [How to Play](#how-to-play)
- [Resources](#resources)
- [License](#license)
- [Credits](#credits)
## Getting Started
1. Clone the repository to your local machine.
2. Open `src/index.html` in your browser and have fun!
### How to Play
- Click the ball as many times as you can to increase the "caught" counter.
- Each time you click on the ball, the ball speed will increase, making it more challenging each round.
- Click "Restart Game" to reset the counter and revert to the original ball speed.
## Resources
- [JavaScript](https://www.javascript.com/)
- [HTML](https://www.w3schools.com/html/)
- [CSS](https://www.w3schools.com/css/)
- [CodePen](https://www.codepen.io)
## License
This project is released under the terms of the **MIT License**, which permits use, modification, and distribution of the code, subject to the conditions outlined in the license.
- The [MIT License](https://choosealicense.com/licenses/mit/) provides certain freedoms while preserving rights of attribution to the original creators.
- For more details, see the [LICENSE](LICENSE) file in this repository. in this repository.
## Credits
**Author:** [Scott Grivner](https://github.com/scottgriv)
**Email:** [scott.grivner@gmail.com](mailto:scott.grivner@gmail.com)
**Website:** [linktr.ee/scottgriv](https://www.linktr.ee/scottgriv)
**Reference:** [Main Branch](https://github.com/scottgriv/javascript-bouncy_ball_game)
---------------
