Mole Unearther Score not showing (works now and I didn't do anything)

Hello,

   I was going through this project and always noticed the score displaying in the game but after somewhere after I finished steps 10-13 and tried playing to see if it worked my score is no where on the screen. I did have some syntax errors I had to fix for step 10 but I did not change anything else. Could I get some help please?                             P.S. (using Brave Browser)
https://gist.github.com/4d3d977908fe452293a123ce6d5373ee

Hello, and welcome to the forums

Post your code so we can check it out. Use one of the following methods:

image

or create a sharable link from the learning environment using this:
image

1 Like

It looks like you’re right on track with the project based on what I see in your code. You haven’t quite gotten to the step in the project where you’ll be changing the score. Step 15 is where you’ll set up a method to update the score variable so that it can be updated on screen the next time you call this.updateScoreText(), which you already created.

Good eye catching that it wasn’t updating. Continue on and you’ll be all set.

1 Like