An open API service indexing awesome lists of open source software.

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

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/)

main