This is a simple Rock Paper Scissors game implemented in JavaScript.
- Open the
index.htmlfile in your web browser. - Enter your choice (rock, paper, or scissors) in the input field.
- Click the "Play" button.
- The computer will randomly choose its move.
- The result (win, lose, or draw) will be displayed on the screen.
- HTML
- CSS
- JavaScript
index.html: The main HTML file that contains the game interface.style.css: The CSS file for styling the game interface.script.js: The JavaScript file that implements the game logic.
To run the project locally and make changes, follow these steps:
- Clone the repository:
git clone git@github.com:RamiHsasna/rock-paper-scissors.git - Open the project folder:
cd rock-paper-scissors - Make changes to the code using your preferred code editor.
- Open
index.htmlin your web browser to see the changes.
This project is licensed under the MIT License.