Skip to content

Stone Paper and Scissors game created using cpp, during my cpp learning

Notifications You must be signed in to change notification settings

madhavv-05/Stone-Paper-and-Scissors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Stone-Paper-and-Scissors

This is a simple command-line Rock, Paper, Scissors game implemented in C++.

Description

This program allows the user to play a game of Rock, Paper, Scissors against the computer. The user is prompted to enter their choice, and the computer randomly selects its choice. The program then determines the winner and displays the result.

Features

  • User can choose between Rock, Paper, or Scissors.
  • Computer randomly selects Rock, Paper, or Scissors.
  • The game determines and displays the winner.

Requirements

  • C++ compiler (e.g., g++)

About

Stone Paper and Scissors game created using cpp, during my cpp learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages