Skip to content

AyhemKouki/Mask-Dude-Adventure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mask Dude Adventure

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.

Table of Contents

Features

  • 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.

Installation

  1. To get started, clone the repository:
git clone https://github.com/AyhemKouki/MaskDudeAdventure.git
cd MaskDudeAdventure
  1. Install the dependencies:
    pip install pygame
  2. Ensure you have the necessary assets in the assets folder:
    • Background images
    • Character sprites
    • Enemy sprites
    • Item images

Usage

To run the game, execute the following command:

python main.py

Game Mechanics

Controls:

  • d: Move right
  • q: Move left
  • Space bar: Jump

Gameplay:

  • Navigate through levels while avoiding traps and enemies.
  • Collect fruits to increase your score.
  • Reach checkpoints to save progress.

Winning and Losing:

  • The game ends when the player loses all lives or completes the level.

About

platformer game

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages