I have made a very simple game in python using pygame. The score is based on whatever level the player reached. I have the level as a variable called score
. I want to display the top level at the start or end of the game.
I would be even more happy to display more than one score, but all of the other threads I have seen were too complicated for me to understand, so please keep it simple: I'm a beginner, only one score is necessary.
See Question&Answers more detail:os