Skip to content

Python codebase for our computer vision-enhanced 'Red Light, Green Light' game. Implements motion detection and posture analysis with OpenCV and MediaPipe, designed to work in real-time settings. Includes a basic UI for gameplay feedback.

Notifications You must be signed in to change notification settings

megamiii/RedLightGreenLightCVGame

Repository files navigation

RedLightGreenLightCVGame

Python codebase for our computer vision-enhanced 'Red Light, Green Light' game. Implements motion detection and posture analysis with OpenCV and MediaPipe, designed to work in real-time settings. Includes a basic UI for gameplay feedback.

Prerequisites

Install the following packages:

pip install pygame
pip install opencv-python
pip install mediapipe
pip install numpy

About

Python codebase for our computer vision-enhanced 'Red Light, Green Light' game. Implements motion detection and posture analysis with OpenCV and MediaPipe, designed to work in real-time settings. Includes a basic UI for gameplay feedback.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages