andypotato / rock-paper-scissors

Rock, Paper, Scissors game implemented with TensorFlow.js and FingerPose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Rock, Paper, Scissors game implemented with TensorFlow.js and FingerPose

License:MIT License


Languages

Language:JavaScript 80.3%Language:SCSS 10.4%Language:HTML 9.3%