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

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

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



HTML5


CSS3


Javascript



# 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

![](images/screenshot.webp)

![](images/active-state.webp)

![](images/screenshot-1.webp)

# 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)