This is a project made for the Global Game Jam 2025 on the theme “bubbles”.
Clone the project, open a terminal in its directory and enter the following commands.
python -m venv .venv
".venv/scripts/activate" # Windows
source .venv/bin/activate # Unix
pip install -r requirements.txt
python main.py