A C++ program for "user vs computer" rock paper scissors game.
You can try running the program in 'RPS.cpp' in any C++ IDE. Its just a simple rock paper scissors game which takes your input and creates a random input from computer and then compare the both to evaluate the result.