/RockPaperScissorsGame

a simple rock paper scissors game with html css and js

Primary LanguageJavaScript

Rock Paper Scissors Game

A simple Rock Paper Scissors game implemented using HTML, CSS, and JavaScript.

Game Rules

Rock beats Scissors
Scissors beats Paper
Paper beats Rock

How to Play

Open the index.html file in a web browser.
Click on the "Rock", "Paper", or "Scissors" buttons to make your choice.
The computer will randomly choose one of the three options.
The result (win, lose, or draw) will be displayed on the screen.
Your score will be updated based on the game result.
Click on the "End Game" button to reset the game.

Technologies Used

HTML
CSS
JavaScript

Acknowledgements

This game was created as a simple example of Rock Paper Scissors game for educational purposes.
Original game concept and rules are widely known and not attributed to any particular source.

Screenshot_20230414_131726