Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 445 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 445 Bytes

2 Player Tetris with Computer Vision

demo.mp4

2 Player Tetris game that runs locally using pygame and uses computer vision to recognize gestures as movements on the board. Adaptation of an open source single player Tetris game with additional rules such as "add_garbage".

Libraries

opencv mediapipe

Base Tetris game used

https://gist.github.com/silvasur/565419