Skip to content

Instantly share code, notes, and snippets.

View Deanout's full-sized avatar
💭
Should be sleeping.

Dean DeHart Deanout

💭
Should be sleeping.
View GitHub Profile
public partial class Form1 : Form {
public static Random r = new Random();
private int score = 0;
private int die1;
private int die2;
private int dieTotal;
private int point;
public Form1() {