Hello! I have done a hangman game and now I need to implement that 2 players can play. I have a class for one player and methods for how to make one player. But if i need to add another player how do I do? My thought is that I need to do a switch case so the user can choose how many players. Then I need to make an instance of the player class so I can save the second user. But then what?