Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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

![](./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)