/rock-paper-scissors

The Odin Project Foundations Course: Rock Paper Scissors

Primary LanguageJavaScript

Rock, Paper, Scissors

A simple game of Rock, Paper, Scissors playable from the JavaScript (JS) console.

Skills Demonstrated

  • JavaScript
  • Ability to document and maintain project under version control.

Installation

No prerequisites, package managers, or commands required. This is a simple web page developed from scratch using HTML5 and JS.

Save to your local environment or clone / save to a directory being served by a web server of your choice as a static site

git clone https://github.com/Jaso-N7/odin-landing-page.git

Usage

  1. Open the HTML file index.html with your browser.
  2. Open the JS console ( F12, Ctrl+Shift+J or CMD+Option+J )
  3. Follow the instructions given.

Configuration

Edit the HTML or JS as needed.