https://github.com/buffbiryani/snakegame
computer vision snake game via finger tracking
https://github.com/buffbiryani/snakegame
mediapipe react typescript
Last synced: about 1 month ago
JSON representation
computer vision snake game via finger tracking
- Host: GitHub
- URL: https://github.com/buffbiryani/snakegame
- Owner: buffbiryani
- Created: 2025-06-15T22:51:09.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-28T21:59:34.000Z (11 months ago)
- Last Synced: 2025-08-21T16:20:58.999Z (10 months ago)
- Topics: mediapipe, react, typescript
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CV Snake Game
**Tools:**
- React & Typescript & HTML
- managed game logic, gesture events, canvas rendering, and component state
- easier to manage game state and UI with reusable components
- TypeScript caught bugs early and improved code reliability
- cleaner, more scalable code than plain HTML/JS
- CSS3
- styled the visuals, positioning, and responsive layout
- MediaPipe Tasks Vision API
- from Google's MediaPipe framework
- enabled real-time webcam hand tracking via vision APIs
- runs entirely in-browser, so lower latency and better user privacy
- cross-platform compatibility: mobile, tablet, laptop
- Vercel
- deployed the frontend
- Git / GitHub
- version control
Here is a live demo:
[https://cvsnakegame.vercel.app/](https://cvsnakegame.vercel.app/)