Skip to content

TomSchimansky/SegwayJump-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.