nanafox / rock-paper-scissors

A Rock Paper Scissors JavaScript Project: The Odin Project

Home Page:https://nanafox.github.io/rock-paper-scissors/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Odin Project: Rock Paper Scissors Project

This project tests problem solving skills along with other concepts learned in JavaScript prior to this project.

How the game works

  1. The computer will generate a random option (Rock, Paper, or Scissors)
  2. The user also inputs their option
  3. A winner is then announced based on the following rules
    • It's a tie if the options are the same.
    • Rock wins over Scissors
    • Paper wins over Rock
    • Scissors wins over Paper

For more information on how to play this game, check out this detailed step-by-step guide

About

A Rock Paper Scissors JavaScript Project: The Odin Project

https://nanafox.github.io/rock-paper-scissors/


Languages

Language:JavaScript 55.1%Language:CSS 30.9%Language:HTML 14.0%