DhanushNehru / Python-Scripts

A curated list of python scripts for automating your tasks
https://dhanushnehru.github.io/Python-Scripts/
MIT License
185 stars 114 forks source link

Update script Rock Paper Scissors to refelct reallity in the rule base #237

Open bbob122 opened 2 weeks ago

bbob122 commented 2 weeks ago

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:

  1. Currently the implementation does not allow a draw between the computer and the human. This is not really reflecting how the game works.
  2. There are some inconsistencies in capitalisation of user outputs
  3. 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
  4. The readme.md file needs to be updated.
  5. @DhanushNehru Could you please assign the Issue to me?