2021-12-07 22:22:25 +01:00
2021-06-25 14:20:52 +02:00
2021-11-28 18:12:59 +01:00
2021-06-25 14:42:35 +02:00
2021-06-25 14:20:52 +02:00

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"
Description
Platformer made using pygame, centered around water and trash
https://justayte.itch.io/overflown
Readme 30 MiB
Languages
Python 100%