project.result.mp4
This project is a Python implementation of a platformer game called "Mask Dude Adventure" using the Pygame library. Players control a character, navigating through levels, avoiding traps, collecting fruits, and defeating enemies.
- Character Control: Players can move left, right, and jump using keyboard controls.
- Sprite Animation: Animated sprites for the main character, enemies, and items.
- Interactive Environment: Platforms, traps, and enemies that react to player actions.
- Score Tracking: Collect fruits to increase the score displayed on the screen.
- Level Progression: Move through various levels with checkpoints and a final goal.
- To get started, clone the repository:
git clone https://github.com/AyhemKouki/MaskDudeAdventure.git
cd MaskDudeAdventure
- Install the dependencies:
pip install pygame
- Ensure you have the necessary assets in the assets folder:
- Background images
- Character sprites
- Enemy sprites
- Item images
To run the game, execute the following command:
python main.py
- d: Move right
- q: Move left
- Space bar: Jump
- Navigate through levels while avoiding traps and enemies.
- Collect fruits to increase your score.
- Reach checkpoints to save progress.
- The game ends when the player loses all lives or completes the level.