Rock Paper Scissors
This game of Rock Paper Scissors is made from pure JavaScript. Storing the hands as numbers allow for the computer's selection to be determined using Math.Random() on the user's click event.
More work