Skip to content

bracamontesman/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

rock, paper, scissors

this is my solution for the first project in the odin project roadmap. the challenge was to create a rock, paper, scissors game that plays five rounds. the machine generates a random selection and compares it to the user's input. after five rounds, the game ends and displays the scores along with the winner.

it currently has no ui, and all computations are performed in the web console.