A fun rock paper scissors game using C
This is a simple implementation of the Rock-Paper-Scissors game in C programming language.
- Clone the repository.
- Compile the source code using a C compiler.
- Run the compiled executable.
- Follow the instructions on the screen to play the game.
- Rock beats Scissors
- Scissors beat Paper
- Paper beats Rock
Contributions are always welcome! If you have any suggestions, bug reports, or pull requests, please feel free to submit them.