Skip to content

Sahil4757/Rock-Paper-Scissor-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

C++ program for a simple Rock, Paper, Scissors game where the user plays against the computer.

Features

  • Allows the user to input their choice of 'rock', 'paper', or 'scissors'.
  • Generates a random choice for the computer.
  • Determines the winner based on the user's and computer's choices.
  • Displays the result of the game.

Usage

  1. Run the program.
  2. Follow the on-screen prompts to select your choice ('r' for rock, 'p' for paper, 's' for scissors).
  3. The computer's choice will be displayed, and the winner will be determined and shown.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages