I apologies but it has been a lot of years since I did any programming and even longer since Java. I am trying to figure out the easiest way to make a scoreboard that displays the top 10 highest scores with 3 letters that the user inputs. That being said, I am unsure as to whether the easiest way being to make the scoreboard in the actor class or the world class. I currently have my addScore method in my World and there are multiple levels to the game.

