"Lomi Bwerewr" is an action-packed 2D game developed using Pygame. The game centers around two characters: a boy and a girl. The boy throws lemons while the girl runs and jumps to avoid them. The objective is to dodge as many lemons as possible to keep the girl alive. The game ends when the girl gets hit by a lemon.
- Dynamic Background: A scrolling background that creates an immersive environment.
- Character Animation: Both the boy and girl have smooth, animated sprites for running, throwing, jumping, and more.
- Lemon Throwing: Lemons are periodically thrown by the boy, with increasing difficulty as time progresses.
- Sound Effects and Music: The game includes background music, sound effects for jumping, and throwing lemons.
- Start and Game Over Screens: Interactive screens to start the game and restart after the game ends.
-
Start Screen:
-
In-Game:
-
Game Over:
- Space Bar: Make the girl jump to avoid the lemons.
- Left Click: Start the game clicking the "ααα" button.
- Clone the repository:
git clone https://github.com/yourusername/lomi-bwerewr.git
- Navigate to the project directory:
cd lomi-bwerewr
- Install the dependencies:
pip install pygame
- Run the game:
python main.py
- Background image, character sprites, lemons, and sound effects are stored in the
assets/
directory. - Ensure all assets are correctly placed for the game to run smoothly.
This project is licensed under the MIT License - see the LICENSE file for details.