GitHunt

Bildschirmaufnahme.2023-04-13.um.13.34.09.mov

This is a complete example of a platformer game made with python and pygame. It contains a startpage, menu and splash-screen with music and sound-effects.

To start the game you need python3 with pygame installed:

pip3 install -r requirements.txt
python3 main.py

Create standalone application

The provided setup.py creates a standalone application for macOS with py2app:

python3 setup.py py2app

For Windows you would need to use py2exe instead and modify the setup.py accordingly.

Languages

Python100.0%

Contributors

Created June 7, 2020
Updated March 9, 2026