mario.py

Mario Party

This project is maintained by milosnowcat

mario.py

Mario Party

Installation

You can download for windows without python here!

To run the Mario.py project, you’ll need to follow these installation steps:

  1. Python: Ensure that you have Python 3.x installed on your system. You can download Python from the official website.

  2. Clone the GitHub repository to your local machine using the following command:

    git clone https://github.com/milosnowcat/mario.py.git
    
  3. Pygame: The project uses the Pygame library for graphics and game development. Install Pygame using pip:

    pip install -r requirements.txt
    
  4. Assets Credits:
  5. Running the Game: To run the game, execute the main.py script using Python:

    python main.py
    
  6. Controls: The game can be controlled using the keyboard:
    • Use the Spacebar to make the character jump.
    • Use the Left Arrow Key to move left.
    • Use the Right Arrow Key to move right.

Usage

Overview

Mario.py is a simple 2D platformer game featuring a character that can jump and move across a level while collecting coins and avoiding obstacles.

Gameplay

Game Over

Winning

Scoring

Sound Effects

Credits


This concludes the installation and usage documentation for the Mario.py project. Enjoy playing the game!