Rock-Paper-Scissors Game
This is a simple command-line Rock-Paper-Scissors game implemented in Python. The game allows the user to play against the computer by choosing one of the three options: rock, paper, or scissors. The computer's choice is randomly generated. The rules are standard: rock beats scissors, scissors beats paper, and paper beats rock. The game displays the winner or declares a tie based on the user's and computer's choices.
- Clone the repository to your local machine.
- Make sure you have Python installed.
- Open your terminal/command prompt and navigate to the project directory.
- Run using the command
python3 main.py
- Follow the on-screen instructions to play the game.
- Select 'r' for rock, 'p' for paper, or 's' for scissors when prompted.
- The computer's choice will be displayed, and the winner (or tie) will be announced.
- This project was inspired by the classic Rock-Paper-Scissors game.
- Special thanks to the contributors who helped improve the code and documentation.
Feel free to contribute, report issues, or suggest improvements by creating a pull request or opening an issue. Happy gaming!