Who Wants to Be a MillionaireYour final project will be to create a quiz game similar to “Who Wants to bea Millionaire?”Requirements:• Your game will include 5 questions.• You will ask the user multiple choice questions (in increasing difficultyif possible).• Each question, if answered correctly, will have a point value attached toit. The point values should be as follows: 100, 200, 500, 1000, 2000.• Unlike the game on T.V., the score will be an accumulation of the pointsearned throughout the game and the user may continue if he/she answersincorrectly.Show the user’s point total after each question.• At the end of the game, the user should be given the option to play againif he/she chooses.• Include a text file called “highscore.txt” that stores the highestscoring player’s first name and score.Update the text file if the user scores the highest score.• Include at least three functions in your program.Input Validation: The user must choose valid options from menus.Grading Criteria:1. Algorithm _____2. Text File manipulation _____o Read from fileo Compare to score in fileo Write to file3. Loops/If Structures _____o Game ends at correct placeo Play as many times as user wisheso Game and score resetso Input Validation4. Score Accumulation______5. Functions _
Who Wants to Be a Millionaire
Your final project will be to create a quiz game similar to “Who Wants to be
a Millionaire?”
Requirements:
• Your game will include 5 questions.
• You will ask the user multiple choice questions (in increasing difficulty
if possible).
• Each question, if answered correctly, will have a point value attached to
it. The point values should be as follows: 100, 200, 500, 1000, 2000.
• Unlike the game on T.V., the score will be an accumulation of the points
earned throughout the game and the user may continue if he/she answers
incorrectly.
Show the user’s point total after each question.
• At the end of the game, the user should be given the option to play again
if he/she chooses.
• Include a text file called “highscore.txt” that stores the highest
scoring player’s first name and score.
Update the text file if the user scores the highest score.
• Include at least three functions in your program.
Input Validation: The user must choose valid options from menus.
Grading Criteria:
1.
2. Text File manipulation _____
o Read from file
o Compare to score in file
o Write to file
3. Loops/If Structures _____
o Game ends at correct place
o Play as many times as user wishes
o Game and score resets
o Input Validation
4. Score Accumulation______
5. Functions _
Trending now
This is a popular solution!
Step by step
Solved in 3 steps with 3 images