Skip to content

alex-dishen/rock-paper-scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rock Paper Scissors

The Rock Paper Scissors game is created according to the assignment from The Odin Project course.

Preview

🔗 Live preview of the project is here.

Outcome:

  • Used HTML
  • Used CSS
  • Used JavaScript
  • Learned how to adapt web pages for smaller devices
  • Learned JavaScript conditionals and returns
  • Created a 'Robot'. (It's not a robot, just random generation 😄)
  • Learned how to show a pop up when something has happened. In this game it's a winner or a tie
  • Learned how to position without a FlexBox but just using translate

Links