Skip to content

joey-scanga/procedural-pygame-platformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A basic platformer demo using pygame and pymunk!

Demo

Also contains some basic level generation using a simple random walk variation, where there are a few "drunk walkers" at different parts of the map.

If there are any contributions, ideas, or thoughts you'd like to add to this project, please don't hesitate to make an issue or pull request and I'll take a look at it.

To run:

git clone https://www.github.com/joey-scanga/procedural-pygame-platformer
cd procedural-pygame-platformer
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
cd src/
python3 game.py

Controls:

L/R arrow keys: move
Spacebar: jump
R: respawn from top of map
Enter: regenerate map

About

A basic, procedurally-generated platformer made with pygame and pymunk.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages