Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 680 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 680 Bytes

ml-rock-paper-scissors

Rock Paper Scissors with Teachable Machine ✊ ✋ ✌!

View live demo!

Problem

We will be implementing the checkWinner(computer, player) function. It is currently set so that the computer always wins. However, that isn't how rock, paper, scissors is supposed to work. We want to implement the function so that it uses the following logic to determine the winner. Rock, Paper, Scissors logic diagram

Solution

This is available in the solution branch. No cheating!