This repository contains a simple implementation of the classic game "Rock Paper Scissors" using HTML, CSS, and JavaScript.
- Description: Rock Paper Scissors is a popular hand game played between two people where each player simultaneously forms one of three shapes with their hand. The possible shapes are "rock", "paper", and "scissors". The game has three possible outcomes:
Rock crushes scissors (rock wins) Scissors cuts paper (scissors win) Paper covers rock (paper wins)
-
Features: Allows the user to play against the computer. Generates the computer's choice randomly. Determines the winner based on the game rules. Provides a reset option to play the game again.
-
Technologies Used: HTML CSS JavaScript