shrey141102 / PythonProjects

Python Programs
7 stars 36 forks source link

Rock-Paper-Scissors Fixed : Bugs description in README file #30

Closed Yarlin16 closed 9 months ago

Yarlin16 commented 10 months ago

Bugs fixed :

  1. The code didn't generate random values when user wished for a replay and also the code didn't take the user's 'replay-input'. Fixed it.
  2. Added more user interactive code at the bottom which facilitates for more clarity to the user while replay
  3. Fixed few lines for proper termination of the game by asking the user's input itself i.e. asking to press 'n' for the play to end.