Platformer made using pygame, centered around water and trash
https://justayte.itch.io/overflown
gamedata | ||
.gitignore | ||
CREDITS.md | ||
launcher.py | ||
LICENSE | ||
README.md |
Overflown
A Platformer centered around water and trash, made for the Seajam.
How to compile it
The game uses python and pygame.
Here's how to compile it using pyinstaller
On Linux/Unix
pyinstaller --onefile --noconsole launcher.py --add-data "gamedata:gamedata"
On Windows
pyinstaller --onefile --noconsole launcher.py --add-data "gamedata;gamedata"