This repository contains a simple implementation of the classic game “Rock Paper Scissors” using HTML, CSS, and JavaScript.
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