-
Notifications
You must be signed in to change notification settings - Fork 838
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# Ladoo Catcher Game | ||
|
||
A simple game where the character catches ladoos falling from the sky. Avoid non-edible items like paper or stone to maintain a high score. | ||
|
||
## How to Play | ||
|
||
- Move the ladoo catcher left or right using the left and right arrow keys. | ||
- Catch ladoos to earn points (+10 for each ladoo caught). | ||
- Avoid non-edible items to prevent point deduction (-5 for each non-edible item caught). | ||
|
||
## Getting Started | ||
|
||
1. Clone or download the repository. | ||
2. Open `index.html` in your web browser to start the game. | ||
|
||
## Gameplay Controls | ||
|
||
- **Left Arrow Key:** Move the ladoo catcher to the left. | ||
- **Right Arrow Key:** Move the ladoo catcher to the right. | ||
|
||
## Scoring | ||
|
||
- Catching Ladoos: +10 points | ||
- Catching Non-edible Items: -5 points | ||
|
||
## Game Customization | ||
|
||
Feel free to customize the game by modifying the code in the following files: | ||
|
||
- **index.html:** HTML structure of the game. | ||
- **style.css:** Styling for the game elements. | ||
- **script.js:** Game logic and behavior. | ||
|
||
## Contributing | ||
|
||
If you find any issues or have suggestions for improvements, feel free to open an issue or create a pull request. | ||
|
||
## License | ||
|
||
This project is licensed under the [MIT License](LICENSE). |