Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 374 Bytes

File metadata and controls

15 lines (11 loc) · 374 Bytes

Rock Paper Scissors - Ultimate Showdown!

A simple JavaScript based game for learning HTML and CSS.

To Play:

git clone https://gitlab.com/AlexAMC/RockPaperScissors

User your favourite browser to open the index.html file.

What I learned:

  • Linking HTML/CSS with JS.
  • Using Event Listeners and Interacting with Display.
  • Basic Functionality of JS.