Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 547 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 547 Bytes

RockPaperScissors Game

How to Run the Tests

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.

How to Play the Game

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.