pyBegin / projects / dice-simulator
🎲

Dice Simulator

Dual Dice Simulator

74 linesRunnable

Project Name :

Dual Dice Simulator


Example

Roll the dice? (y/n) : y
dice rolled 3 and 5
 __________
|          |
|   3  ●   |
|    ●     |
|  ●       |
|__________|
 __________
|          |
|  ● 5  ●  |
|    ●     |
|  ●    ●  |
|__________|

Roll again? (y/n): n

Project Description :

A simple python program which uses basic concepts to show a simulation of two dices on the screen with their valid output.


Project images

Screenshot from 2022-10-11 01-04-52


Additional Description