% ./a.out

This is the Rock-Paper-Scissors game.

This game involves two players (the computer and the user)
simultaneously choosing one of the following 3 objects: 
a rock, a piece of paper, or a pair of scissors. Based on 
what each player chooses, the victor is determined from the 
following cyclical relationships: rock smashes scissors, 
scissors cuts paper, paper covers rock. If both players choose 
the same object, it is a draw.


I have chosen my object. Please choose yours... 

   1. Rock 
   2. Paper 
   3. Scissors 

Choice --> 2

I chose Rock -- You win!

Would you like to play again? (enter 1 for yes or 0 for no) 
Choice --> 1

I have chosen my object. Please choose yours... 

   1. Rock 
   2. Paper 
   3. Scissors 

Choice --> 2

I chose Scissors -- I win!

Would you like to play again? (enter 1 for yes or 0 for no) 
Choice --> 4	
Please enter a value between 0 and 1.

Choice --> 1

I have chosen my object. Please choose yours... 

   1. Rock 
   2. Paper 
   3. Scissors 

Choice --> 8
Please enter a value between 1 and 3.

Choice --> 2

I chose Scissors -- I win!

Would you like to play again? (enter 1 for yes or 0 for no) 
Choice --> 1

I have chosen my object. Please choose yours... 

   1. Rock 
   2. Paper 
   3. Scissors 

Choice --> 3

I chose Scissors -- Draw.

Would you like to play again? (enter 1 for yes or 0 for no) 
Choice --> 1

I have chosen my object. Please choose yours... 

   1. Rock 
   2. Paper 
   3. Scissors 

Choice --> 2

I chose Rock -- You win!

Would you like to play again? (enter 1 for yes or 0 for no) 
Choice --> 0

 bye bye