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

Additional Description
- Very Useful when you doubt the judgement and choice of traditional physical dices.
- Run the dice any number of times till the end of the game
- Any further improvements in this project are fully welcomed.