Scholasticpal / HacktoberFest2021_

Make your first PR! ~ A beginner-friendly repository made specifically for open source beginners. Add your profile, a blog, or any program under any language or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
10 stars 59 forks source link

Added basic rock-paper-scissors game #99

Closed priya03ranjan01 closed 2 years ago

priya03ranjan01 commented 2 years ago

Contributed a basic implementation of rock-paper-scissors game. The user can play until he wishes to in a loop. Check for valid choices and other necessary details with comments have all been included.

Fixes #83