Skip to content

joshGilstrap/2D-platformer

Repository files navigation

2D Pygame Platformer

ScreenRecording2025-03-11135820-ezgif com-cut

How To Play

Arrow Keys to move Space Bar to jump F Key to fire

An open-ended platformer waiting for textures and levels. Features include:

  • Jumping
  • Wall Jumps
  • Double Jumps
  • Shooting
  • Enemies
  • Hazards
  • Collectibles

To Install

Create a virtual environment in a directory, in your command prompt enter:

python -m venv *name_of_your_env*

Activate your environment - On Windows:

*name_of_your_env*\Scripts\activate

Install Pygame:

pip install pygame

You should then be able to run main.py:

python main.py

About

Simple 2D platformer in Pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages