devlog 1 -- rolling dice

Simple, user-input, dice-rolling program. How many dice? How many sides? Output all rolls, total rolls, and average per roll.

Posted by Kyle R. Conway - January 17, 2019

This program uses randint in python to generate a random number for the purpose of a dice roll. It takes user input for number of rolls and sides on the dice. It outputs each individual roll, the total rolls, and the average roll.

This is not terrifyingly complicated and can be expanded for all sorts of things.

Image description