The Canvas Box Bounce Game is a fun and interactive HTML5 game where you control a bouncing square. Your goal is to click on the square as it moves around the canvas to earn points and increase your score. With each successful click, the square's speed increases, making the game more challenging as you progress. ๐
- Responsive design for various screen sizes.
- Real-time FPS display.
- Engaging sound effects ๐.
- Increasing difficulty with each level.
- Scoreboard to track your progress.
Follow these steps to set up the project locally:
- Clone the repository:
git clone https://github.com/riteshporiya/javascript-canvas-bouncy-game.git
- Open
index.html
in your preferred web browser.
- Move your mouse to control the cursor.
- Click on the square to earn points.
- As you score more points, the game becomes faster and more challenging.
- Try to achieve the highest score possible! ๐
We welcome contributions from the community! If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add your feature"
- Push to the branch:
git push origin feature/your-feature-name
- Submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.