ApexPlayground / RockPaperScissorsGame

a simple rock paper scissors game with html css and js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

a simple rock paper scissors game with html css and js


Languages

Language:JavaScript 67.1%Language:CSS 17.2%Language:HTML 15.7%