Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 915 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 915 Bytes

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