Adding Images and Sound
This video will show you how to:
Add pictures to the form with a pictureBox
Add Sound
Store images and sound in the resources folder
Add code to generate Random Numbers
Add code to round the number down to only have integer values
Add a Global Integer Variable to hold the score
Add IF statements to the code to show different pictures depending on the random number generated
Going further...
Once your single dice works, why not make a pair of dice (2 pictureboxes but only one label) which each work independently and add a label which adds up the total score out of 12?
Or you could make a version of a dice game, such as Yahtzee or even Poker Dice…