This site requires JavaScript, please enable it in your browser!
Greenfoot back

Discussions

You need to login to take part
Rss

Current Discussions

JACK11

Need to create this game

By JACK11, with no replies.
Hi, I am trying to build a game as per the instruction is given below but can't able to get it. Can, anyone please help me with that.(Many experts are unable to complete this whole game so you can take it as challenge) You should come up with your own news items for the program. List your news items using the below template in the MS Word file. News Item and Fake/Real (Maximum item 3) News items and Fake/Real status should be stored in the program using parallel (two separate) arrays. When a user adds an instance of an actor sub class to the Greenfoot scenario and clicks on the act button, the program should ask the user to choose one of the two games: Fake Count Game or News Quiz Game. The default number of news items to use in either game is 3. However, the program should allow the user to select a different number of news items to be quizzed in the game. The maximum number is 10. The program should present random questions from the news item list. Each news item presented in a game must be unique. That is, once a news item is selected, it should not be used again. Fake Count Game The user has to guess the number of fake news items in the list of news items presented to the user. It is up to you to use a dialog box or the command window to present the list of news items. If the user correctly guesses the number of fake news items, the program should display a congratulation message. If not, the program should display each individual news items presented in the game along with its true/fake status to the command window. News Quiz Game User has to guess true/false for each news item presented to the user in a dialog box. Once the quiz ends, program should print the percentage of correct answers followed by a quiz report card with the following headings: News Item Fake/real User Choice The Fake/Real and User Choice columns can contain TRUE/FALSE values. The Fake /real column should contain values according to the data stored in the parallel arrays. The User Choice values should be according to the user input during the game.