Skip to content

georgiapoppy/Rock-Paper-Scissors

Repository files navigation

Rock-Paper-Scissors

A C++ Game play Rock Paper Scissors against a Computer :)

Implemented using Classes + Inheritance + Reading and Writing to Files

Load this repository in VSCode and type:

  • 'g++ –std=c++11 main.cpp Computer.cpp Human.cpp Player.cpp Referee.cpp'
  • then './a.out' in the terminal to play :)

INSTRUCTIONS:

  • Type R for Rock, P for Paper, and S for scissors.
  • When asked to play again, type YES to play again or NO to not.

alt text

About

C++ Game using Classes to play against a Computer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages