Assignment title: Information


Assignment Create a game based on the game show "the chase". The chase game show: • Player is given one minute to answer as many questions as possible with each correct answer worth £1,000. • After the minute is up, the money earned from the cash builder is placed three steps down on a seven-step money board. • The contestant may remain at this step or the contestant may also be placed one step lower down the board for a lesser award, or one step further up the board for a greater award. • If the contestant elects to play for the greater reward, the Chaser starts two steps behind and the contestant must answer six questions correctly to reach home. • If the contestant elects to remain at the standard starting position, the Chaser is three steps behind and the contestant must answer five questions correctly to reach home. • However, if the contestant elects to play for the smaller reward, the Chaser is four steps behind and the contestant must answer four questions correctly to reach home. • Both the contestant and the Chaser are given the same multiple-choice question with three possible answers. Each must press one of the three buttons to lock in their answer. • For every correct response, the contestant will move one step toward home. Additionally, the Chaser also moves one step down the board for each correct answer. No movement is made (either by the contestant or the Chaser) if an incorrect answer is given. However, since it's a one player game you will assume the chaser gets the question right every time. • The questions should be economics based • The Chaser's job is to catch up to the contestant and eliminate him or her from the game before he or she can reach the bottom of the board. If this happens, the contestant is out of the game. However, if the contestant reaches home, they win the money. OR an easier version where you ignore the first two bullet points and contestant starts with £10,000 and can choose a higher option of £20,000 starting one box higher or £1,000 starting one box lower. Layout should be similar to the image below: If chosen starting point is £10,000, game begins like this: This is the game board, when the contestant gets the answer correct they move down (the next box contains the money and becomes the darker blue colour & since the chaser is always correct the first box becomes red) as shown below: If the contestant gets the next question wrong they will stay in the same box but since the chaser is always correct the second box also becomes red (as shown below): Question & 3 possible answers go here & change each round whether the contestant gets it correct or incorrect Include comments specifying what the codes are doing (e.g. functions, loops, commands etc)