Skip to content

A interactive app built with the Flet framework. Engages users through puzzles to be solved using their knowledge of physics.

Notifications You must be signed in to change notification settings

majockbim/collide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Collide — Physics Puzzle Game Prototype


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.

🖥️ Requirements

  • pip (Python package manager)
  • flet

📦 Installation

  1. Clone the Repository:

    git clone https://github.com/majockbim/collide.git
    cd collide
    
  2. Set up Virtual Environment (optional)

    python -m venv venv
    # On Windows
    venv\Scripts\activate
    # On Mac/Linux
    source venv/bin/activate
  3. Install Required Packages

    pip install -r requirements.txt
  4. Run the app

    python main.py

About

A interactive app built with the Flet framework. Engages users through puzzles to be solved using their knowledge of physics.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages