Note: This project is currently incomplete and contains bugs. It's still under development.
Hand Tetris allows you to play Tetris using hand gestures captured by your webcam. Using MediaPipe's hand tracking technology, you can control the game with natural hand movements instead of keyboard controls.
- Control Tetris blocks using hand gestures
- Real-time hand tracking via MediaPipe
- Web-based interface built with React
- WebSocket communication for responsive gameplay
# Install dependencies
pnpm install
# Start development server
pnpm dev
# Run the server
pnpm start
- Frontend: React.js
- Backend: Fastify
- Hand Tracking: MediaPipe
- Tools: TypeScript, Vite
- Developed during McHacks hackathon