Rock Paper and Scissors Game

Rock Paper and Scissors

This is a simple C Program to implement the Rock Papers and Scissors Game.

The game is played between You and the Computer

Rock and Scissor -> Rock Wins
Rock and Paper -> Paper Wins
Paper and Scissor -> Scissor Wins
 
You win get 3 chances. One with the maximum points Wins!!

 Project Link : github.com/proakash256/rockPaperAndScissorsGame

Comments