subject

The game will have 4 types of information you need to keep track of: the user, the Butterflies, the Bees and the Flowers. Here’s what you need to know for each (hint: some of these can be passed/given to the class constructor): • Human User/Player
o Name - You’ll need to ask who is going to play the game
o Whether they want to be a butterfly or bee
• Butterflies
o Butterfly colony name - Every colony needs a name, right? So you’ll need to ask the user what the name of the butterfly colony is.
o Butterfly color - Butterflies come in many different colors. To make things simpler, your colony will start with butterflies that only have two colors, a main color and accent color. You’ll want to integrate the colors into the butterfly colony name. So you’ll need to ask the user about which colors they want.
o Colony starting size - How many butterflies is the colony starting out with? This can vary, so you better ask the user about that also.
o Carry capacity – Butterflies come in different sizes. So we need to know how much pollen each butterfly can carry, from 1 – 10 grams. Users won’t know this information, so we’ll need to generate it.
• Bees
o Bee colony name - Every colony needs a name, right? So you’ll need to ask the user what the name of the bee colony is
o Colony starting size - How many bees is the colony starting out with? This can vary, so you better ask the user about that also.
o Carry capacity – Bees come in different sizes. So we need to know how much pollen each bee can carry, from 3 – 7 grams. Users won’t know this information, so we’ll need to generate it.
• Flower
o Flower name/type – We’ll need to ask the user what types of flowers to use in the contest. (e. g., Rose, Lily, etc.)
o Color – Every flower has a color, so ask the user what color the flower should be
o Distance from colonies - Each flower is a different distance from the colonies, 1 – 5 miles. The user won’t know this, so we’ll have to generate it.
o Round – Which round the flower was used in (see below).

Here is the flow of the game and the things that can be done with the game:
(hint: Do not assume that these must be methods. Think about how they will be used and then decide)
• User Information - Start by asking the user for their name and whether they want to be on team butterflies or team bees
• Colony Information - Ask the user for names of the butterfly and bee colonies, the colors of the butterflies, and the starting size of the butterfly and bee colonies
• Flower Information – Ask the user for the names, colors and distance of 3 flowers they want used in the contest.
• 3 Rounds - There will be 3 rounds where in each round, one butterfly and one bee will race to the selected flower, grab as much nectar as they can carry, and race back to the colony. At the colony, the nectar will be put into a collective pot for each colony.
• Nectar Loss – As the butterflies and bees fly back with their colony, they lose some of the nectar that they have picked up. How much they lose depends on how far they have to fly. For every mile they have to fly, they lose 5% of the nectar that they are carrying. For example, if they have to fly 3 miles, then when they have reached the colony, they will have lost 15% of their nectar.
• Each Round - For each round, the user should be told the following:
o Round number
o Which flower (including its color) the butterflies (the integrated name as discussed above) and bees are racing to
o The distance to the flower
o The carrying capacity of the butterfly and bee
o How much nectar made it back to the colony
o The amount of nectar in each colony’s collective pot at the end of that round
• Ending colony size - At the end of the 3 rounds, you’ll determine who wins and calculate the ending colony sizes.
o Whichever colony’s collective pot has the most nectar wins.
o For the winning colony, the colony triples in size. For full credit, you must use the appropriate math function.
o For the losing colony, the colony loses 10% of its population
• Winning Output - For your last output (nicely formatted in a JOptionPane), you will want to include:
o Whether the user’s team won or lost (including the user and colony name)
o For both teams
▪ The starting size
▪ Total carrying capacity
▪ Total distance flown
▪ Total amount of pollen collected
▪ The ending size

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 16:50
Consider a slotted aloha system, where the time slot equals the fixed duration of each packet. assume that there are 4 stations a,b,c,d sharing the medium. (a) stations a,b,c,d receive one packet each from higher layers at times 1.3, 1.5, 2.6,5.7 respectively. show which transmissions take place when, according to the slottedaloha protocol; describe all transmissions until all four packets have been successful.when needed, each station has access to the following sequence of random number, provided by a random number generator and drawn uniformly between 0 and 1: (1) station a draws numbers: 0.31, 0.27, 0.78, 0.9, 0.9, 0.11, 0. (2) station b draws numbers: 0.45, 0.28, 0.11, 0.83, 0.37, 0.22, 0. (3)station c draws numbers: 0.1, 0.2, 0.3, 0.4, 0. (4) station d draws numbers: 0.36, 0.77, 0.9, 0.1, 0.1, 0.1, 0.1, 0. (b) in slotted aloha, a station transmits in each time slot with a given probability. what probabilities would you assign to each of the four stations so as to: (i) maximize the efficiency of the protocol? (ii) maximize fairness among the four stations? (c) will the efficiency increase or decrease if we modify slotted aloha as follows: (i) get rid of slots and allow stations to transmit immediately? (ii) implement carrier sensing? (iii) implement collision detection? (iv) implement collision avoidance?
Answers: 3
question
Computers and Technology, 24.06.2019 00:30
Asecurity policy is a a. set of guidlines b. set of transmission protocols c. written document d. set of rules based on standards and guidelines
Answers: 2
question
Computers and Technology, 24.06.2019 00:50
3. what is the output of the following statements? temporary object1; temporary object2("rectangle", 8.5, 5); temporary object3("circle", 6, 0); temporary object4("cylinder", 6, 3.5); cout < < fixed < < showpoint < < setprecision(2); object1.print(); object2.print(); object3.print(); object4.print(); object1.set("sphere", 4.5, 0); object1.print();
Answers: 1
question
Computers and Technology, 24.06.2019 10:10
Which view in a presentation program displays a split window showing the slide in the upper half and a blank space in the lower half?
Answers: 1
You know the right answer?
The game will have 4 types of information you need to keep track of: the user, the Butterflies, the...
Questions
question
Mathematics, 02.05.2021 16:00
question
Social Studies, 02.05.2021 16:00
question
German, 02.05.2021 16:00
question
Mathematics, 02.05.2021 16:00
Questions on the website: 13722367