Skip to content

fix : improve Rolling-Dice game loop with visual separator and consistent formatting - #1865

Open
tmdeveloper007 wants to merge 1 commit into
steam-bell-92:mainfrom
tmdeveloper007:pr-1860
Open

fix : improve Rolling-Dice game loop with visual separator and consistent formatting#1865
tmdeveloper007 wants to merge 1 commit into
steam-bell-92:mainfrom
tmdeveloper007:pr-1860

Conversation

@tmdeveloper007

Copy link
Copy Markdown
Contributor

Summary of What Has Been Done

In games/Rolling-Dice/Rolling-Dice.py, the game had two minor usability issues:

  1. There was no visual separator between rounds, making it harder to distinguish turns.
  2. The invalid input message and the quit path both lacked a trailing newline, causing visual clutter.

Changes Made

Added a visual separator print("\n" + "=" * 40) before each round prompt, and ensured consistent formatting with trailing newlines.

Impact it Made

  • Better visual clarity between game rounds.
  • Consistent formatting throughout the game output.

Closes #1860.

Note: Please assign this PR to the tmdeveloper007 account.

@vercel

vercel Bot commented Jul 30, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the Anuj's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix : add play-again loop to Rolling-Dice game for better UX

1 participant