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 2 months 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T17:02:39.000Z (over 2 years ago)
- Last Synced: 2025-06-20T20:52:55.222Z (12 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 solution
This 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

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