+ 1
How to update a score?
Hey, i have a simple game and i dont know how i can display score that will be updating itselfs. what i have now is a results of all the numbers printing one on another. help.
1 Answer
+ 1
Save the object you use to display the text (depending of your graphic library, for example Label for Tkinter) and use one of its method or attribute to modify its text instead of creating a new text each frame