A fun game developed in C++ that lets you challenge the computer in a game of "Rock, Paper, Scissors."
- Rock beats Scissors.
- Scissors beats Paper.
- Paper beats Rock.
- Ensure you have a C++ compiler such as
g++
. - Download the source code to your device.
- Open the command line and navigate to the folder containing the code.
- Run the following command to compile the code:
git clone https://github.com/TariqCodeBit/Project_A.git
Before running the project, make sure you have the following installed:
- A C++ compiler (e.g.,
g++
,clang
, or Visual Studio's MSVC) - Git (to clone the repository)
- [Optional] Any necessary libraries or dependencies (if applicable)
- Choose "Stone" (1), "Paper" (2), or "Scissors" (3) when prompted by the program.
- See the result to know if you won, lost, or tied.
- Enjoy the challenge!
All contributions are welcome to improve the code or add new features. Open an Issue or submit a Pull Request.
- The game was developed by Tarek.
- This project is open source under the MIT License.