inactivefent / Pixel-Runner

A PyGame application i made while doing a crash course on PyGame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pixel-Runner

A Game i made while doing a crash course on PyGame. Basic 2D runner game, requires player to jump and dodge obstacles.

Preview

Game Preview

Running

Before being able to complete the following steps you need to have the programs files downloaded.

  1. Make sure to get Python 3.8 or higher

This is required to actually run the program.

  1. Set up venv

python3.8 -m venv venv

  1. Install dependencies

This is pip install -U -r requirements.txt

  1. Run the program

python main.py

Credits

https://www.youtube.com/watch?v=AY9MnQ4x3zk

About

A PyGame application i made while doing a crash course on PyGame


Languages

Language:Python 100.0%