A C# Windows Forms application that simulates rolling two dice. The program generates random numbers to represent the dice rolls and updates images on the form to display the corresponding dice faces.
- Dice Roll Simulation: Generates two random numbers (1–6) to simulate rolling two dice.
- Dynamic Image Updates: Displays images of the corresponding dice faces based on the generated numbers.
- User-Friendly Interface:
- Roll Button: Simulates the dice roll and updates the images.
- Exit Button: Closes the application.
- C#: Core programming language.
- Windows Forms: Used to build the graphical user interface.
- .NET Framework: Platform used to develop and run the application.
- Open the solution file (
diceSimulator.sln) in Visual Studio. - Build and run the project.
This game was developed as part of a Chapter 5 assignment for my programming class. The folder name Drawdy_chapter5_9 reflects the required naming convention for class submissions.