This is a simple implementation of the classic Rock Paper Scissors game using HTML, CSS, and JavaScript. The game allows Human player and Bot player to compete against each other by selecting one of the three options: Rock, Paper, or Scissors. The winner is determined based on the standard rules of the game.
#Demo
You can try out the game by visiting the following link: Rock Paper Scissors Game Demo
#Features
Human player and Bot player can compete against each other.
Real-time updates and feedback on the game result.
Clear and intuitive user interface.
Option to restart the game after each round.
#Technologies Used
HTML
CSS
JavaScript
#Getting Started
To run the game locally on your machine, follow these steps:
#Clone the repository:
shell
Copy code
git clone https://github.com/seo-asif/rock-paper-scissors.git
#Navigate to the project directory:
shell
Copy code
cd rock-paper-scissors
Open the index.html file in your preferred web browser.
#Usage
Player 1 and Bot should each select one of the three options (Rock, Paper, or Scissors) by clicking on the corresponding buttons.
Once both players have made their choices, the result will be displayed on the screen.
To play again, click on the "Again Play" button.
#Contributing
Contributions to the project are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
#License
This project is licensed under the MIT License. You are free to use, modify, and distribute the code as per the terms of the license.
#Acknowledgments
The game logic and rules are based on the traditional Rock Paper Scissors game.
The CSS styling is inspired by modern web design trends.
Contact
If you have any questions or feedback, feel free to contact the project maintainer at [email protected].