Welcome to the Egg Catcher Game! This is a fun and interactive web application game developed using JavaScript, HTML, CSS, and jQuery. The objective of the game is to catch as many falling eggs as possible while avoiding obstacles.
- Demo
- Features
- Technologies Used
- Setup
- Gameplay Instructions
- Contributing
- License
- Contact
You can play the game live here https://mahima507.github.io/Egg-Catcher-Game/
- Interactive and responsive game interface.
- Catch falling eggs using the basket controlled by the player.
- Avoid obstacles and catch bonus items for extra points.
- Score tracking and display.
- Sound effects for game events.
- HTML: Structure of the web application.
- CSS: Styling and layout of the game.
- JavaScript: Game logic and interactivity.
- jQuery: Simplifying DOM manipulation and event handling.
To run this project locally, follow these steps:
- Clone the repository: git clone https://github.com/Mahima507/Egg-Catcher-Game.git
- Navigate to the project directory: cd egg-catcher-game
- Open index.html in your web browser to start the game.
- Use your mouse to move the basket left and right.
- Catch the falling eggs with the basket to score points.
- Avoid catching obstacles to prevent losing points.
- Catch bonus items for additional points and special effects.
- The game ends when you miss a certain number of eggs or catch too many obstacles.
We welcome contributions to enhance the game! To contribute:
- Fork the repository.
- Create a new branch (git checkout -b feature/your-feature).
- Make your changes.
- Commit your changes (git commit -m 'Add your feature').
- Push to the branch (git push origin feature/your-feature).
- Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for details.