Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 894 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 894 Bytes

Dice-Rolling-Simulator

A website application with a user interface that was written in C# using Visual Studio Code. The program simulates the probability rolling of two six-sided dice. It calculates and displays the frequencies and percentages of each die after each roll. A die class is used to simulate random roll of the dice and the images of the corresponding dice are shown.

Dice Simulation

Input - Number of times to roll the two dice.
Output - Frequencies and percents of each face rolled.

Dice Simulation

Acknowledgements

This project was made possible from the lectures given by Niko Cuvileski at Edmonds Community College.
This course inspired me to build upon my knowledge of C++ and dive further
into software engineering. By getting hands-on experience with front-end C# development.