This is a simple Rock, Paper, Scissors game implemented using vanilla JavaScript, HTML, and CSS.
- Open the https://game-rps.vercel.app/
- Choose your move by clicking one of the three icons: Rock, Paper, or Scissors.
- The computer will randomly select its move.
- The result of the round will be displayed on the screen.
- Keep playing rounds to see who wins the game. Enjoy!
- Play Rock, Paper, Scissors against the computer.
- Random computer move selection.
- Keeps track of the score.
- Announces the winner of each round and the overall winner.
- HTML
- CSS
- JavaScript
index.html
- The main HTML file for the game.style.css
- The CSS file for styling the game.index.js
- The JavaScript file for the game logic.
- Fork the repository.
- Clone your forked repository to your local machine:
git clone https://github.com/kerbethecoder/rock-paper-scissors.git
- Enjoy coding! Oh, and make sure to tag me in there! 😄
This project is licensed under the MIT License - see the LICENSE file for details.
Game icons and images were created by
I greatly appreciate the talented individuals who contributed their work to make this game possible.
🚀 kerbethecoder
📫 krby.cnts@gmail.com
📌 September 10, 2023
Happy coding! 🇵🇭