
Theme: Dragon Squad: Rescue Wings!
Note: The squad is comprised of helpful dragons.

Mechanic: You will create an app that the player will use to purchase fish for the Dragon Squad.
NOTES:
1. Yes, you can and should use the mouse for this prototype.
2. The interface, and the language used in the interface, should be visually and textually consistent with a high-fantasy world inhabited by friendly dragons.
The app will do the following:
On startup, give the player 500+2D100 money.
Set the price of fish to 10 +1D10 per unit.
List 3 discount levels based on units of fish the player purchases.
Example: 30 units or more is 10% off, and 50 units or more is 20% off.
Have the player enter how many units of fish they want to purchase.
Show the player the base cost of that purchase, and then apply a discount if it is appropriate.
Indicate to the player if they can afford the cost, given their money amount.
Allow the player to decide to do one of the following:
- Accept the purchase amount, if they can afford it.
- Enter a new purchase amount.
- Select an option that says “Come back tomorrow.”
If the player choose to “come back tomorrow” do the following:
Player money += 50 – 1d100
Player money should never go below 300 or above 800.
Cost of fish += 6-1d12
The cost of fish should never go below 10 or above 20 per unit.
Due: February 26th at 10AM.
File name must be: <LastName-FirstInitial>-Prot5.zip
-Dr. Christopher