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.