Racey – Change Game Play

Modify the game play so that you get points for hitting the thing rather than dodging it.

Steps

  1. change the variable dodged to score
  2. Change the code when your crash into a thing to increase the score
    You will also need to move the thing off the screen so you only get on hit once
    eg: (thing_starty = display_height+10)
  3. Modify the code which currently increases the dodged variable and stop it doing that.
  4. Change the things_dodged() function call so that it uses the variable score.