Essential Question: How can I use arrays to make decisions?
Mastery Objectives:
SWBAT create constructors to calculate outputs.
SWBAT create 2D arrays.
SWBAT traverse 2D arrays.
Directions: Create a Java program that uses 2D arrays to calculate payouts for bets on a roulette table. Create the game and make several constructors for each bet. You need to turn in pseudocode for your project.
The user needs to input their bet, you could use parsing for this or substrings.
You need to have multiple arrays that keep track of the color, whether it is odd or even, whether it is part of the first, second, or third group of 12 or first or second group of 18
You need to keep track of multipliers
You should have at least 3 images loaded into your program.
You need to keep track of chips
Program this game as a one-player game
You need to have at least one constructor, maybe each bet could use a constructor
You need to turn in your pseudocode before you complete the project even if the pseudocode turns out to be different than the actual code
This is a group project, groups of 2