A simple web-based Rock Paper Scissors game built using HTML, CSS, and JavaScript. The game allows the user to play against the computer, with choices of rock, paper, or scissors.
- Player vs. Computer game mode.
- User selects Rock, Paper, or Scissors.
- Computer makes a random selection.
- Displays the result (Win, Loss, Draw).
- HTML for the structure of the game.
- CSS for styling the user interface.
- JavaScript for implementing the game logic and interaction.
- Clone the repository:
git clone https://github.com/shalu-sihag/rock-paper-scissor-game.git