A simple Rock Paper Scissors game implemented in Python for the console.
Welcome to the Rock Paper Scissors game! This is a console-based implementation of the classic game where you can play against the computer. The game is built using Python and is designed to be simple and easy to use.
- Play Rock Paper Scissors against the computer.
- Keep track of your score.
- Simple and intuitive command-line interface
- Easy to install.
To install the Rock Paper Scissors game, you need to have Python installed on your system. You can install the game using pip:
pip install pyrpsAfter installing the package, you can start the game by running the following command in your console:
rpsThis will launch the Rock Paper Scissors game.
Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.
- Fork the repository.
- Create a new branch(
git checkout -b feature-branch). - Commit your changes(
git commit -m 'Add some feature'). - Push to the branch(
git push origin feature-branch). - Open a pull request.