Modes: - Match the Dice - Sum it up to 7 - Guess the Number
Once again, another game where I had to follow instructions on an assignment, although I ended up doing a lot more of my own thing, outside of the assignment, since the original thing was BORING What I had to do was simply: - Make the dice randomly choose a number when rolling (which used an large, inefficent stack of "if" statements for each number), which doesn't include the animated rolling I did - Make two games (I made them modes), Match the Dice, and Sum up to 7 I decided to make that code more efficient, animate the rolling of the dice, and add multiple gamemodes in one game (rather than two separate ones) Why? I had a lot of free time because this was a simple game to make.