Instructions
Welcome to Odin's Rock, Paper, Scissors, here's how to play the game.
Setup
Seeing Program Output
Pull out your browser's Developer Tools' console in order to see the output of the program. The easiest way to do this for most users will be to:
- Right click on this page
- Click "Inspect (Q)" (Firefox), or "Inspect" (Chrome)
- Click the "Console" tab in the Developer Tools within your browser
Playing
From this point, you can click to start the game with the Start Game button. Then, it's simply a matter of typing Rock, Paper, or Scissors into the prompt in the webpage, and either clicking OK or simply pressing ENTER on your keyboard. The output of the game within your browser's console will show you the results.
Restarting the Game
Simply refresh the page by pressing F5 on your keyboard, or clicking your browser's respective refresh button.