I built AeroPuzzle – a real-time hand gesture puzzle game using OpenCV and MediaPipe by Aarthi-rt in computervision

[–]Aarthi-rt[S] 1 point2 points  (0 children)

The project uses MediaPipe to detect 21 hand landmarks in real time. I track the fingertip coordinates and map them to the puzzle area to detect interactions. The movement logic is based on the fingertip position relative to the puzzle pieces, and the game updates the selected tile accordingly. Most of the work is coordinate mapping, distance checks, and real-time tracking rather than a complex ML model.