Inspiration
Playing dnd, sometimes I forget to bring my dice so I need a way to roll multiple sided dice with equal probability of landing on each side
What it does
It prompts for a number and outputs a random number from 1 to the inputted number
How I built it
Using python 3.6.3 and IDLE
Challenges I ran into
Handling input from the user and making sure its valid as a integer greater than 1
Accomplishments that I'm proud of
only minor syntax errors
What I learned
brushed up on my python
What's next for n-sided dice roller
adding an input for how many of the n-sided dice to roll at a time
Log in or sign up for Devpost to join the conversation.