To run the unit tests for the RockPaperScissors game:
Build the project if not already built with mkdir build && cd build && cmake .. && cmake --build .
. Then, run the tests executable with ./Google_Tests_run
.
To play the RockPaperScissors game:
Build the project if not already built with mkdir build && cd build && cmake .. && cmake --build .
. Then, run the game executable with ./RockPaperScissors
and follow the on-screen instructions to play.