/odin-rock-paper-scissors

✂️ Basic rock paper scissors game. First Javascript project of The Odin Project curriculum.

Primary LanguageHTML

Rock Paper Scissors

A simple website made to play a five-round game of Rock Paper Scissors against the computer. It was the first JavaScript exercise of The Odin Project curriculum.

Goal

The main goal was to discover basic JavaScript and practice problem-solving skills. See complete assignment here.

Built with

Made in plain HTML with embedded Javascript using the <script> tag.