nakshatra-garg / hacktoberfest-coer

The official repository for HacktoberFest @ COER. Organized by Disha...The Guidance (The Technical Committee of College of Engineering Roorkee)
MIT License
2 stars 37 forks source link

Python: Rock, Paper, Scissors #11

Closed nakshatra-garg closed 2 years ago

nakshatra-garg commented 2 years ago

Description

rock paper scissors is a hand game for two or more players. Participants say “rock, paper, scissors” and then simultaneously form their hands into the shape of a rock (a fist), a piece of paper (palm facing downward), or a pair of scissors (two fingers extended). The rules are straightforward:

Contributing Guidelines:

gakash2k01 commented 2 years ago

Do we have to make it of the options type? Like press R for rock, P for Paper and S for scissor. Additional features: Blank Space to display current score, X to end the game, Z to restart.

I can make the commands version and if I have the option for C++, would definitely prefer it, but can work in python too. Please provide the required information and assign me the task.

nakshatra-garg commented 2 years ago

Yeah, You can use any approach that seems best to you. If you think assigning different buttons for different functionalities will do the job then you can use the approach.

Sure, I'll create an issue for the C++ domain.

gakash2k01 commented 2 years ago

@nakshatra-garg I have added the code for this issue. Please check if it satifies all the requirements of the question.