GiovanniBruno22 / PythonBeginners

This repository is meant for new developers to submit first pull requests to and get reviews from peers.
17 stars 22 forks source link

Added a dice simulator capable of rolling multiple identical die wher… #24

Closed rqnguyen100 closed 12 months ago

rqnguyen100 commented 12 months ago

Solves issue "Add a dice simulator #22"

Script uses basic while and for loops. It does not use OOP like Tsu-HaoLiu's version.

Changes to be made: 1) No GUI 2) User is able to roll a die with more or less than 6 faces 3) User is able to roll non-identical die (e.g. a die with even numbers and a die with odd numbers)