Skip to content

A fun command-line program that simulates rolling dice and displays the results using ASCII art. The user chooses how many dice to roll, and the program prints each die face along with the total score.

Notifications You must be signed in to change notification settings

PuneethKumarMS/python_dice_roller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 

Repository files navigation

🎲 Python ASCII Dice Roller

A fun command-line program that simulates rolling dice and displays the results using ASCII art.
The user chooses how many dice to roll, and the program prints each die face along with the total score.

This project is part of my Python learning journey, where I practiced working with dictionaries, lists, loops, random numbers, and ASCII art.


πŸ“Œ Features

  • ASCII art dice faces (1–6)
  • Roll multiple dice at once
  • Displays results vertically (one below the other)
  • Option (commented code) to display results horizontally (side by side)
  • Calculates and shows the total of all dice rolled

πŸ› οΈ Requirements

  • Python 3.x

About

A fun command-line program that simulates rolling dice and displays the results using ASCII art. The user chooses how many dice to roll, and the program prints each die face along with the total score.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages