I am trying to create a better leaderboard to save the scores from each time the human player wins. I have the text file created, it writes to it properly, and I can read the file to display the information on the screen.
How do I iterate over the list within pygame and display each individual score on a new line?
current output= score1,name1, score2,name2, etc
desired=
score1,name1
score2,name2
etc