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

improve play again confirmation logic #245

Closed nilkh75 closed 3 days ago

nilkh75 commented 4 days ago

PR Title

Enhance Play Again Confirmation Handling

Summary

Refined the play again confirmation logic for improved user interaction.

Description

This PR enhances the play again confirmation process in the Rock, Paper, Scissors, Lizard, Spock game. Previously, the user experience could be interrupted by invalid inputs during the play again prompt. The updated logic now ensures a smoother interaction by continuously prompting the user until a valid response ('y' for yes, 'n' for no) is provided.

Changes Made:

This update aims to enhance usability and maintain a positive user experience throughout multiple game sessions.