Skip to content

This is a simple implementation of the classic game "Rock, Paper, Scissors" using C++ programming language.

License

Notifications You must be signed in to change notification settings

Aritra-CyberPro/RPSG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rock, Paper, Scissors Game in C++

This is a simple implementation of the classic game "Rock, Paper, Scissors" using C++ programming language.

How to Play

1. Clone the repository to your local machine.

git clone https://github.com/Aritra-CyberPro/RPSG.git

2. Move to the directory

cd RPSG

3. Compile the code using a C++ compiler

g++ -o game game.cpp

4. Run the executable

./game

Rules of the Game

  • Rock beats Scissors
  • Paper beats Rock
  • Scissors beat Paper

Features

  • Simple command-line interface for ease of use.
  • Random selection of the computer's move.
  • Error handling for invalid inputs.
  • Option to play multiple rounds.

How to Contribute

Contributions are welcome! If you'd like to add features, improve the code, or fix bugs, feel free to fork the repository and submit a pull request.

Feedback and Support

If you have any feedback, suggestions, or issues, please feel free to open an issue on GitHub or contact The Author.

Author

Aritra.

About

This is a simple implementation of the classic game "Rock, Paper, Scissors" using C++ programming language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages