Millionaire Quiz

by Shashank C

Description

This game application is designed after the TV quiz show "Who wants to be a Millionaire". It asks a series of questions which the user has to get correct. If the user gets 15 questions correct in a row then he wins the prize money of a million dollars! :) The user also has to follow some instructions such as only to enter valid options and if he enters an incorrect option, then he has to enter the option again. In the end when the game gets over either if the user enters a wrong answer or when the user gets 15 randomly generated questions from a set of 30 questions correct a Canvas is created using the tkinter library. It displays some cool graphics and the winning amount. To create a real life suspense element, i added a 5 sec delay using the time library to display wrong or right answer after 5 secs.