Skip to content

TariqCodeBit/Project_A

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rock, Paper, Scissors Game

A fun game developed in C++ that lets you challenge the computer in a game of "Rock, Paper, Scissors."

Game Rules

  • Rock beats Scissors.
  • Scissors beats Paper.
  • Paper beats Rock.

How to Run

  1. Ensure you have a C++ compiler such as g++.
  2. Download the source code to your device.
  3. Open the command line and navigate to the folder containing the code.
  4. Run the following command to compile the code:
   git clone https://github.com/TariqCodeBit/Project_A.git

Requirements

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)

How to Play

  1. Choose "Stone" (1), "Paper" (2), or "Scissors" (3) when prompted by the program.
  2. See the result to know if you won, lost, or tied.
  3. Enjoy the challenge!

Game Screenshot

Contributions

All contributions are welcome to improve the code or add new features. Open an Issue or submit a Pull Request.

Author and License

  • The game was developed by Tarek.
  • This project is open source under the MIT License.

About

Stone - Paper - Scissor Game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages