subject

50 POINTS ON THE LINE: Have you ever played the game Mad Libs? Basically, the goal is to build a story using a template and have other people fill in the blanks. They make for pretty funny stories because the people filling in the blanks don’t know what the story is about! Check out this link to remember the basics: www. madlibs. com.

For this activity, you will be creating your own Mad Libs game. It’s similar to the way you created the Introduction paragraph in the unit.

Start by typing out your Mad Libs fill-in-the-blank story in a word processing document. Make it as creative as possible! Identify whether your blanks should be filled by nouns, verbs, adjectives, or adverbs. Your story should include at least 10 blanks.
Next, transform your story into one big Python print statement in REPL. it, using variables in place of the blanks. I need someone who can code this mad lib

I go to the arcade with my (plural noun) . There are lots of games to play. I spend lots of time there with friends.

In "Xmen" you can be different (plural noun). The point of the game is to___(verb)every robot. You also need to save (plural noun), and then you can go to the next level. In "Star Wars" you are (noun), and you try to destroy every (noun). In a motorcycle racing game, you need to beat every computerized (noun)that you are ("ing" verb) against. There are a whole lot of other cool games. When you play some games, you win (plural noun) for certain scores.

Once you're done you can cash in your tickets to get a big

(noun). You can save your (plural noun)

for another time. You might (verb) your parents by asking them over and over if you can go back there.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 15:10
David is in week 3 of his current ashford course and has a paper due by monday night at midnight. he has finished everything but the concluding paragraph. as he boots up his computer to work on it, he sees a flash across the screen and then the screen goes black. he begins to panic as he tries desperately to turn the laptop back on. david should have saved his work on what kind of portable device?
Answers: 2
question
Computers and Technology, 24.06.2019 07:40
What type of multimedia are live news feeds? live news feeds are examples of multimedia.
Answers: 2
question
Computers and Technology, 25.06.2019 06:30
Which component is typically used as an amplifier a battery a transistor a microchip a diode
Answers: 1
question
Computers and Technology, 25.06.2019 10:20
(programming exercise 3-10). a retail company must file a monthly sales tax report listing the total sales for the month, and the amount of state and county sales tax collected. the state sales tax rate is 4 percent and the county sales tax rate is 2 percent. design a modular program that asks the user to enter the total sales for the month. from this figure, the application should calculate and display the following: - the amount of county sales tax - the amount of states sales tax - the total sales tax (county plus state) some of the code has already been provided below. complete the missing code below. // global constants for tax calculations constant real county_tax_rate = .02 constant real state_tax_rate = .04 // main module module main() // local variables declare real monthsales, countytax, statetax // get month sales display “enter monthly sales: ” input monthsales // write the statement to calculate county tax // write the statement to calculate state tax // display tax amount call showtaxes(monthsales, countytax, statetax) end module // the showtaxes module accepts monthsales, countytax, statetax // as arguments and displays the resulting data // write the showtaxes module
Answers: 2
You know the right answer?
50 POINTS ON THE LINE: Have you ever played the game Mad Libs? Basically, the goal is to build a sto...
Questions
question
Mathematics, 10.03.2021 19:00
question
Mathematics, 10.03.2021 19:00
question
Mathematics, 10.03.2021 19:00
Questions on the website: 13722362