Today what i worked on was finished up my snake game i have a little more to finsih ill finish by my next blog i make
# Shorten the delay
delay -= 0.001
# Increase the score
score += 10
if score > high_score:
high_score = score
pen.clear()
pen.write("Score: {} high score: {}".format(score, high_score),align="center", font=("Courier", 24, "normal"))
This part of my code makes it so i can have a score after i eat the apples it makes my score go up one ever apple i eat it wasn’t as hard as i though it was kinda easy probably because i had help next time im trying to figure out why i cant move so next blog im gonna find out why i cant move