This is a simple Rock, Paper, and Scissors game implemented using HTML, CSS, and JavaScript. The game allows users to make a choice between Rock, Paper, and Scissors, and the computer also makes a random choice. The winner is determined based on the classic Rock, Paper, Scissors rules.
- Responsive design for various screen sizes.
- User-friendly interface with images for player and computer choices.
- HTML
- CSS
- JavaScript
- Open the
index.htmlfile in a web browser. - Make your choice by clicking on the Rock, Paper, or Scissors image.
- The computer will randomly make its choice.
- The result (win, lose, or draw) will be displayed on the screen.
- index.html: Main HTML file containing the structure of the game.
- style.css: CSS file for styling the game interface.
- media.css: Additional CSS for responsiveness.
- script.js: JavaScript file for game logic.
The game is designed to be responsive, with adjustments for smaller screens.
This project is licensed under the MIT License.



