Welcome to the Rock-Paper-Scissors Game repository! This is a simple yet classic game implemented using HTML, CSS, and JavaScript. The game allows two players to make choices (rock, paper, or scissors) and determines the winner based on the game's rules.
- An interactive web-based game where two players can compete in rock-paper-scissors.
- Clear and intuitive user interface.
- The game enforces the standard rules of rock-paper-scissors to decide the winner.
- Option to restart the game for another round of fun.
- HTML
- CSS
- JavaScript
To play the game locally or online, follow these steps:
-
Clone the repository:
git clone https://github.com/OzzDm/RockPaperScissors.git
-
Navigate to the project directory:
cd RockPaperScissors
-
Open the
index.html
file in your preferred web browser.
- When you start the game, you will see a simple interface with options to choose "Rock," "Paper," or "Scissors."
- Two players take turns selecting their choices.
- The game then determines the winner based on the standard rules:
- Rock beats Scissors
- Scissors beats Paper
- Paper beats Rock
- The winner of the round is displayed.
Contributions are welcome! If you find any bugs or want to add new features to the game, feel free to open an issue or submit a pull request.
When contributing, please follow these guidelines:
- Fork the repository and clone it to your local machine.
- Create a new branch for your feature or bug fix.
- Commit your changes with descriptive commit messages.
- Push your branch to your forked repository.
- Open a pull request explaining the changes you made.
- The Rock-Paper-Scissors Game is a classic and popular hand game.
- Special thanks to the contributors who have helped make this project better.
Enjoy the game! If you have any questions or feedback, feel free to reach out. May the best player win!