Welcome to my Rock, Paper, Scissors game repository! Here, you'll find the code for a classic and simple game implemented using HTML, CSS, and JavaScript.
- Player vs. Computer Mode: Test your luck and strategy against the computer. Choose your weapon wisely and see if you can outsmart your virtual opponent.
- Dynamic User Interface: Experience an interactive interface designed with HTML and CSS, providing an engaging and visually appealing gaming environment.
- Real-time Results: Watch as the game unfolds in real-time, with clear feedback on each round's outcome displayed prominently on the screen.
- Non-Responsive Design: Please note that the current version of the game is not optimized for mobile devices. It is recommended to play on desktops or larger screens for the best experience.
- HTML: Structured the game layout and content, providing a solid foundation for the gameplay experience.
- CSS: Styled the user interface elements, enhancing the visual appeal and user experience.
- JavaScript: Implemented game logic and interactivity, allowing players to make choices and see results in real-time.
Simply click on your choice of rock, paper, or scissors to play against the computer. The game ends after 10 moves, and the winner is declared.
- Download or clone the repository to your local machine.
- Open the downloaded folder.
- Double click on the
index.html
file to open the game in your web browser.