Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lamba01/rps
This is an engaging Rock-Paper-Scissors game using JavaScript. The game allows users to play against the computer, showcasing a blend of logic and interactivity for an enjoyable gaming experience.
https://github.com/lamba01/rps
game javascript responsive-design webapplication webgame
Last synced: about 5 hours ago
JSON representation
This is an engaging Rock-Paper-Scissors game using JavaScript. The game allows users to play against the computer, showcasing a blend of logic and interactivity for an enjoyable gaming experience.
- Host: GitHub
- URL: https://github.com/lamba01/rps
- Owner: lamba01
- Created: 2023-03-04T20:14:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-14T17:02:39.000Z (8 months ago)
- Last Synced: 2024-04-17T23:59:24.237Z (7 months ago)
- Topics: game, javascript, responsive-design, webapplication, webgame
- Language: CSS
- Homepage: https://rpsgamers.netlify.app/
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RPS
A Rock, Paper, and Scissors game. Challenge by front-end mentor for JavaScript
# Frontend Mentor - Rock, Paper, Scissors solutionThis is a solution to the [Rock, Paper, Scissors challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/rock-paper-scissors-game-pTgwgvgH). Frontend Mentor challenges help you improve your coding skills by building realistic projects.
## Table of contents
## Overview### The challenge
Users should be able to:
- View the optimal layout for the game depending on their device's screen size
- Play Rock, Paper, Scissors against the computer
- Maintain the state of the score after refreshing the browser### Screenshot
![](./screenshot6.png)
### Links
- Live Site URL: https://rpsgamers.netlify.app/## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- Vanilla JavaScript### What I learned
I learned how to make the computer select a value at random with the math.random() function### Continued development
I think I have a hanf=g in the functionalities now, time to proceed to Json data and APIs## Author
- Frontend Mentor - (https://www.frontendmentor.io/profile/lamba01)
- Twitter - (https://www.twitter.com/lambacodes)