Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Dice Simulator

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.

Features

  • 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.

Technologies

  • C#: Core programming language.
  • Windows Forms: Used to build the graphical user interface.
  • .NET Framework: Platform used to develop and run the application.

How to Run

  1. Open the solution file (diceSimulator.sln) in Visual Studio.
  2. Build and run the project.

About This 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.