Skip to content

Conversation

abdullah-k18
Copy link

This PR adds a Dice Rolling Simulator built in Python that uses ASCII art to display dice faces. Users can roll one or two dice at a time, and each result is visually represented with fun, text-based dice graphics in the terminal.

Features Added:

  • Interactive command-line dice roller
  • Beautiful ASCII art for all six dice faces
  • Option to roll 1 or 2 dice at a time
  • Replay option to roll again without restarting the program
  • Clean, modular code structure with separate functions for:
    • roll_dice() → handles random dice rolls
    • display_dice() → prints ASCII dice side by side
    • main() → manages user input and flow

@RK1905101
Copy link
Owner

hi @abdullah-k18 , can you create a folder, add your required files and a readme file, summarizing the functionalities of the project along with a screenshot, if possible

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants