thinkswell / javascript-mini-projects

Awesome Collection of amazing javascript mini-projects.
The Unlicense
1.2k stars 865 forks source link

Add Rock Paper Scissors Files #1137

Closed shaanrxx closed 4 months ago

shaanrxx commented 4 months ago

Hi @NitkarshChourasia I believe I have learnt how to properly add my files without deleting other files. I have followed the checklist, please review my changes. Apologies for the misunderstanding prior.

Developer Checklist

-Rock Paper Scissors Game - Retro and Responsive

Description:

This project is a classic Rock Paper Scissors game where the user plays against the computer to win, lose or tie. The interface is old school and retro style for a classic feel to the game. This projects utilises HTML, CSS and JavaSript.

Screenshot Screenshot 2024-05-09 221117

Features

Old school retro style interface, that is user-friendly, clear and entertaining

Single-player mode - player vs computer

Score tracking

Reset Button to set the scores back to 0

Responsive to smaller screens and devices

How to play

Load the game onto your browser of of choice.

Choose your between rock, paper, or scissors.

(rock beats scissors, paper beats rock and scissors beats paper. If the computer and player draw the same it is a tie, so no one will score)

Who ever wins will score a point. Game continues for as long as user wants to play.

To play from the beginning user can press the rest button.

Contributing All contributions are welcome to this project.