Loading repository dataโฆ
Loading repository dataโฆ
victorrodriguezdorta / repository
๐๐ฆ๐ฎ Interactive Gesture-Controlled Game with Computer Vision ๐๏ธ๐ป A Python project combining OpenCV, MediaPipe, Pygame, and Pymunk to create a physics simulation ๐ช where the player can grab, move, and rotate virtual boxes ๐ฆโจ using only their hands in front of the camera ๐ท๐.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
(university project)
BasketBox is an interactive AI-powered basketball box simulation using Python, Pygame, Pymunk, OpenCV, and MediaPipe. Control virtual boxes with your hand gestures detected by your webcam!
Clone the repository:
git clone <repo-url>
cd BasketBox
(Optional) Create a virtual environment:
python -m venv venv
venv\Scripts\activate
Install dependencies:
pip install -r requirements.txt
If you don't have a requirements.txt, install manually:
pip install pygame pymunk mediapipe opencv-python
Add images:
Place the following images in the images/ folder:
logoWhite.png (logo)splash.png (splash screen)caja.png (box)basketball.png, cesped.png (optional backgrounds)From the project root, run:
python -m src.BasketBox.main
Or, if you have a main script:
python juego.py
Controls:
BasketBox/
โ README.md
โ requirements.txt
โ pyproject.toml
โ setup.cfg
โ
โโโ images/
โ logoWhite.png
โ splash.png
โ caja.png
โ cancha.png
โ basketball.png
โ cesped.png
โ
โโโ src/
BasketBox/
__init__.py
main.py
...
Developed by Vรญctor Rodrรญguez Dorta
Enjoy BasketBox! ๐