Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alex-dishen/rock-paper-scissors
This game is the first app I built using JS
https://github.com/alex-dishen/rock-paper-scissors
css html5 javascript
Last synced: 19 days ago
JSON representation
This game is the first app I built using JS
- Host: GitHub
- URL: https://github.com/alex-dishen/rock-paper-scissors
- Owner: alex-dishen
- Created: 2022-07-12T09:41:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T12:30:57.000Z (about 2 years ago)
- Last Synced: 2024-05-03T03:32:13.759Z (9 months ago)
- Topics: css, html5, javascript
- Language: JavaScript
- Homepage: https://alex-dishen.github.io/rock-paper-scissors/
- Size: 3.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rock Paper Scissors
The **Rock Paper Scissors** game is created according to the assignment from **The Odin Project** [course](https://www.theodinproject.com/paths/foundations/courses/foundations).
![Preview](img/rock-paper-scissors.png)### 🔗 **Live preview** of the project is [here](https://alex-dishen.github.io/rock-paper-scissors/).
## **Outcome:**
* Used **HTML**
* Used **CSS**
* Used **JavaScript**
* Learned how to adapt web pages for smaller devices
* Learned JavaScript conditionals and returns
* Created a 'Robot'. (It's not a robot, just random generation 😄)
* Learned how to show a pop up when something has happened. In this game it's a winner or a tie
* Learned how to position without a FlexBox but just using translate## **Links**
* See my next [Project](https://github.com/alex-dishen/etch-a-sketch)
* See my previous [Project](https://github.com/alex-dishen/landing-page)