Summary of What Needs to be Done
In , after the user declines to roll (chooses 'n'), the game simply prints a goodbye message and exits. There is no way to play again without restarting the script. A play-again loop should be added.
Changes that Need to be Made
Wrap the dice rolling logic inside a loop and ask the user if they want to roll again after each round, similar to other games in this project.
Impact that it would Provide
- Better user experience consistent with other games in the project.
- Allows users to play multiple rounds without restarting.
Note: Please assign this issue to the tmdeveloper007 account.
Summary of What Needs to be Done
In , after the user declines to roll (chooses 'n'), the game simply prints a goodbye message and exits. There is no way to play again without restarting the script. A play-again loop should be added.
Changes that Need to be Made
Wrap the dice rolling logic inside a loop and ask the user if they want to roll again after each round, similar to other games in this project.
Impact that it would Provide
Note: Please assign this issue to the
tmdeveloper007account.