/Rock-Paper-Scissors-C

[Completed] A classic Rock, Paper, Scissors game

Primary LanguageC

Project Status: Completed


# Rock-Paper-Scissors-C This is a Rock, Paper, Scissors game, implemented in C, showcases my programming abilities

Game Mechanics

  • Random Choices: A random number generator determines The computer's choice, ensuring each round is unique and unpredictable.
  • Determining the Winner: The game follows traditional rules:
    • Rock crushes Scissors.
    • Scissors cuts Paper.
    • Paper covers Rock.

How to Play

  • Run the program and follow the on-screen prompts.
  • Choose your option by entering 0 for Rock, 1 for Paper, or 2 for Scissors.

Screenshots

  • Below are screenshots showcasing different stages of the game:

Menu Option:

image

User Win:

image

Computer Win:

image

Tie Game:

image

Invalid User Input:

image

Prerequisites

You will need a C compiler installed on your system such as GCC.