/rock-paper-scissors-lizard-spock

"Rock, Paper, Scissors" with a twist

Primary LanguageJavaScript

Rock, Paper, Scissors, Lizard, Spock

Live demo

Summary

This is a JavaScript-based web game where the user plays "Rock, Paper, Scissors, Lizard, Spock" against the computer. The computer chooses its moves randomly.

Done as part of The Odin Project foundations curriculum.

I learned about...

  • JavaScript functions, conditionals, loops, and events
  • DOM manipulation
  • Event delegation