🎲

Dice Simulator

Python74 lines· Dual Dice Simulator
Original project by @Subha-5 — view source on GitHub
Ready when you are
README· what to build

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

  • 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.
dice-simulator.py· Python 3.x
76 lines
Console· terminal