Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 818 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 818 Bytes

Hand Tetris

Note: This project is currently incomplete and contains bugs. It's still under development.

Overview

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.

Features

  • Control Tetris blocks using hand gestures
  • Real-time hand tracking via MediaPipe
  • Web-based interface built with React
  • WebSocket communication for responsive gameplay

Quick Start

# Install dependencies
pnpm install

# Start development server
pnpm dev

# Run the server
pnpm start

Technology

  • Frontend: React.js
  • Backend: Fastify
  • Hand Tracking: MediaPipe
  • Tools: TypeScript, Vite

Acknowledgements

  • Developed during McHacks hackathon