A simple Rock Paper Scissors game developed by myself using HTML, CSS, and JavaScript. Please note that this project represents one of my very first steps in learning JavaScript, so I appreciate your patience and understanding.
- Clone or download the project.
- Open
index.html
in your web browser. - Click "Start Game" and choose your move.
- See the result and click "Play Again" to reset.
- HTML
- CSS
- JavaScript
index.html
: Main game file.styles.css
: Styling for the game.script.js
: Game logic implementation.