Add a variable to track the score in the Player script
Next we need a function to update our score
Call our add_score function and send it an amount
Increase the score by that amount
We can decide what happens to increase the score
For this demo, we will increase the score with each coin collected.