No description
Find a file
2023-05-04 12:24:55 -07:00
index.html final 2023-05-04 12:24:55 -07:00
main.js final 2023-05-04 12:24:55 -07:00
README.md final 2023-05-04 12:24:55 -07:00

js-rock-paper-scissors

A very basic rock-paper-scissors proof-of-concept game coded in JavaScript. Asks user for user input, then compares it to a randomized value for the computer. Best out of 5 rounds.