Skip to content

mnthnnshrma/rock-paper-scissors-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rock, Paper, Scissors

A console-based Rock, Paper, Scissors game implemented in C++ featuring score tracking, statistics, and an interactive menu system.

Features

  • Interactive gameplay against computer opponent
  • Score tracking for multiple rounds
  • Win rate statistics
  • Input validation and error handling
  • Clean, user-friendly interface

How to Run

  1. Compile the program:
    g++ main.cpp -o rps
  2. Run the executable:
    ./rps

Technologies Used

  • C++17
  • Standard Library (iostream, random, iomanip)
  • Object-oriented programming principles

Game Rules

  • Rock beats Scissors
  • Paper beats Rock
  • Scissors beats Paper

License

This project is licensed under the MIT License.

About

A console-based Rock, Paper, Scissors game implemented in C++ with score tracking and statistics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages