collideDemo.mp4
Collide is a physics-based puzzle game prototype built using Flet, a Python UI framework for building desktop, web, and mobile apps with Flutter-like components.
The game features the following mode(s):
- Puzzle Mode: Draw lines to guide a falling ball into a randomly placed target.
- pip (Python package manager)
- flet
-
Clone the Repository:
git clone https://github.com/majockbim/collide.git cd collide -
Set up Virtual Environment (optional)
python -m venv venv # On Windows venv\Scripts\activate # On Mac/Linux source venv/bin/activate
-
Install Required Packages
pip install -r requirements.txt
-
Run the app
python main.py