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.
- 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
- Python 3.x