Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 155 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 155 Bytes

PaperScissorsRock

A Paper, Scissors, Rock game build in C++

To build and run:

> mkdir build
> cd build
build> cmake ..
build> make

build> ./psr