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

Error Handling and User Experience Improvement #239

Open nilkh75 opened 1 week ago

nilkh75 commented 1 week ago

PR Title

Enhanced Error Handling and User Experience in Rock Paper Scissors Game

Summary

Implemented error handling and improved user experience in the Rock Paper Scissors game to handle invalid user inputs gracefully.

Description

This pull request introduces enhancements to the Rock Paper Scissors game to improve error handling and user interaction. Previously, the game did not adequately handle invalid user inputs, which could lead to unexpected crashes or errors. The changes made ensure that the game provides clear instructions, validates user inputs effectively, and delivers informative feedback to the user.

The changes are as follows:

Thank You,

DhanushNehru commented 3 days ago

Please resolve merge conflicts @nilkh75