An open API service indexing awesome lists of open source software.

https://github.com/estherslabbert/odin-rock-paper-scissors

The Odin Project: JavaScript console Rock, Paper, Scissors
https://github.com/estherslabbert/odin-rock-paper-scissors

css fundamentals html html-css-javascript javascript rock-paper-scissors-game

Last synced: 2 months ago
JSON representation

The Odin Project: JavaScript console Rock, Paper, Scissors

Awesome Lists containing this project

README

          

# The Odin Project: Rock, Paper, Scissors

The Odin Project: JavaScript console to DOM displayed "Rock, Paper, Scissors" project, which follows the specifications lined out [here](https://www.theodinproject.com/lessons/foundations-revisiting-rock-paper-scissors) (and the initial specifications outlined [here](https://www.theodinproject.com/lessons/foundations-rock-paper-scissors)). (Note: The Console, which can be opened via Ctrl+Shift+I shortcut on Google Chrome on Windows.)

This is a project that allows you to play "Rock, Paper, Scissors" in a first to 5 wins fashion by selecting an option via clicking a button on your html page and displays the results to the html page.