You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
531 B
531 B
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 launcher.py --onefile --noconsole --add-data "gamedata;gamedata" --icon icon.ico