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

6e3206b · Jul 19, 2024

History

3 Commits
Jul 19, 2024
Jul 19, 2024

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