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
- Host: GitHub
- URL: https://github.com/estherslabbert/odin-rock-paper-scissors
- Owner: EstherSlabbert
- Created: 2024-01-22T16:58:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-23T17:13:51.000Z (over 2 years ago)
- Last Synced: 2025-06-03T07:26:27.782Z (about 1 year ago)
- Topics: css, fundamentals, html, html-css-javascript, javascript, rock-paper-scissors-game
- Language: JavaScript
- Homepage: https://estherslabbert.github.io/odin-rock-paper-scissors/
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.