Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.31 KB

README.md

File metadata and controls

32 lines (18 loc) · 1.31 KB

Rock ✊ Paper 🤚 Scissors ✌ Game

License: MIT

A fun game based on the Fingerpose gesture detection library. Check out my in-depth tutorial how to create the gesture recognizer

Play the online demo here

Play a round of Rock, Paper, Scissors

Installation

  • Clone this repo
  • Install dependencies with npm install

Usage

  • Run the development version using npm run start. This will automatically start a development server at http://localhost:8080/
  • Build the single page version with npm run build. The final package will be placed inside the dist folder

Author

License

This project is open source and available under the MIT License.

Credits