Skip to content

Tung-hehe/pixel-adventure-pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pixel-Adventure-Pygame

This is a 2D platform game made with Pygame

Installation

Clone repository

First, you need to download the repository. You can either run the script below on the command-line or terminal:

git clone https://github.com/thanhtung1005/pixel-adventure-pygame

Change directory to project's directory

cd path/to/pixel-adventure-pygame

Create python virtual environment:

  • Create environment by following command:

    python -m venv env # For windows
    python3 -m venv env # For Linux or MaxOS
  • Activate environment:

    env/Scripts/activate # For windows
    source env/bin/activate # For Linux or MaxOS
  • Install packages:

    pip install -r requirements.txt

Run app

python main.py # For windows
python3 main.py # For Linux or MaxOS

Assets

Graphics

Pixel Frog

Sound

Sound effect

Background music

Reference

Pygame documentation

DaFluffyPotato Youtube Channel

Clear Code Youtube Channel

KidsCanCode Youtube Channel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages