https://github.com/agusscript/rock-paper-scissors
First JavaScript project - The Odin Project
https://github.com/agusscript/rock-paper-scissors
front-end-development html-css-javascript
Last synced: 7 months ago
JSON representation
First JavaScript project - The Odin Project
- Host: GitHub
- URL: https://github.com/agusscript/rock-paper-scissors
- Owner: agusscript
- Created: 2022-12-12T10:34:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T14:42:06.000Z (about 3 years ago)
- Last Synced: 2025-01-16T06:23:34.701Z (over 1 year ago)
- Topics: front-end-development, html-css-javascript
- Language: JavaScript
- Homepage: https://agusscript.github.io/rock-paper-scissors/
- Size: 123 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Rock Paper Scissors game
This is a solution to the [Rock Paper Scissors](https://www.theodinproject.com/lessons/foundations-rock-paper-scissors) project challenge.
Users should be able to:
- Play vs the computer, the first in reach 5 points will win the game
# Built with
# What I learned
- Work with variables and strings
- Work with JavaScript functions
- Use switch statement
- Edit the DOM with JavaScript
- Work with branches in Git
# Screenshots



# Link
- You can play a demo here [Live site](https://agusscript.github.io/Rock-Paper-Scissors/)
# Author
- Linkedin - [Agustin Emanuel Sanchez](https://www.linkedin.com/in/agustin-emanuel-sanchez-4b2807240/)
- Frontend Mentor - [@agusscript](https://www.frontendmentor.io/profile/agusscript)
- CodePen - [Agustin Sanchez](https://codepen.io/agusscript)
- Twitter - [@agus_script](https://twitter.com/agus_script)