This is a Python-based application designed to play the classic game of Rock-Paper-Scissors. The application allows users to play against the computer and keeps track of the score.
To install the project dependencies, run:
pip install -r requirements.txtTo start the game, run:
python main.pyThis project uses Python for the backend logic. Additional libraries for enhancing the game experience can be added as needed.
- No external dependencies at the moment. If required, they will be listed in the
requirements.txtfile.
This repository is licensed under the MIT License. Feel free to use and modify the code as needed for your projects.
Benjamin Caron - https://github.com/bcaron518
If you'd like to contribute to this repository or improve the code examples, please feel free to open an issue or submit a pull request. Your contributions are welcome.