Inspiration
What it does
This project plays the famous game Rock Paper Scissors with you for 5 tries and finally tells you the computed score
How we built it
We built it using vanillaJS with the key being around the Math.random function and several if else clauses
Challenges we ran into
Had a problem where the function was changing the value of the count variable globally instead of locally
Accomplishments that we're proud of
Managed to come up with the algorithm myself and succeed in it
What we learned
In this we learnt about the let , var , const and Math.floor() function
What's next for Rock Paper Scissors
Hosted this on Github and repl along with vercel
Log in or sign up for Devpost to join the conversation.