Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hemant933 authored Jan 14, 2024
1 parent 9d0ae98 commit f0c840e
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions Games/ladoo game/readme.md
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).

0 comments on commit f0c840e

Please sign in to comment.