Python-Scripts
Python-Scripts copied to clipboard
Update script Rock Paper Scissors to refelct reallity in the rule base
The script Rock Paper Scissors is a great way to spend some spare time, for instance during classes. However, the current implementation would benefit from some improvements I would like to add:
- Currently the implementation does not allow a draw between the computer and the human. This is not really reflecting how the game works.
- There are some inconsistencies in capitalisation of user outputs
- There is no error handling when the user is asked if he would like to continue, i.e. also a "No" will start a new round
- The readme.md file needs to be updated.
@DhanushNehru Could you please assign the Issue to me?
Hi @bbob122 and @DhanushNehru 👋 I noticed that this issue is already assigned, but I wanted to check if I can also contribute in some way. I’ve developed a different version of the Rock Paper Scissors game that uses a camera to detect hand gestures using OpenCV and Mediapipe — no keyboard input required Let me know if I can contribute.