An openCV based Unity game that is controlled via hand gesture detection from the player's live webcam feed. First implementation is an online rock paper scissors game.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
9
commits
8
commits
separated image detection and game logic in OpenCVGestureDetection.cs and GameController.cs, added hysterisis for gesture detection (GestureCache) and smoother hand positioning
4c0e112View on GitHub