awesome-python-projects icon indicating copy to clipboard operation
awesome-python-projects copied to clipboard

Rolling dice

Open garimasingh128 opened this issue 5 years ago • 4 comments

Dice Rolling Simulator

The Goal: Like the title suggests, this project involves writing a program that simulates rolling dice. When the program runs, it will randomly choose a number between 1 and 6. (Or whatever other integer you prefer — the number of sides on the die is up to you.) The program will print what that number is. It should then ask you if you’d like to roll again. For this project, you’ll need to set the min and max number that your dice can produce. For the average die, that means a minimum of 1 and a maximum of 6. You’ll also want a function that randomly grabs a number within that range and prints it. Concepts to keep in mind:

Random Integer Print While Loops

garimasingh128 avatar Jul 25 '20 12:07 garimasingh128

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.88. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

issue-label-bot[bot] avatar Jul 25 '20 12:07 issue-label-bot[bot]

i have created this program,asking for pull request permission. and yes it's just a simple program not with GUI,so if you want i will create the GUI,if possible.

yogi6591 avatar Jul 29 '20 07:07 yogi6591

I believe it was already instructed to start working on an issue when it is assigned to you and you hadn't asked for assignment before. Nevertheless, please keep this in mind. You can now create a PR for the simple code and we'll review it and get back to you!

garimasingh128 avatar Jul 29 '20 10:07 garimasingh128

Ok sure, i'll take care of it for the next time. For now i have created a PR,please check it.

Thanks.

yogi6591 avatar Jul 29 '20 19:07 yogi6591