Skip to content

kemonprogrammer/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Live-Demo

https://kemonprogrammer.github.io/rock-paper-scissors/

Rock Paper Scissors

Rock, paper, scissors game in the browser and in the javascript console

What I learned

  • How to select a random item out of an array
  • How to pass returns values trough multiple functions
  • How to apply the rule "One function, One action"
  • How to use the DOM to dynamically generate and update HTML with JS