Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
I have a code that's incomplete and just need to be complete with adding just few lines. There will be all introduction underneath code.
AddPlayer() - asks for player name and adds a new Player object to the list
Game Implementation
We need to add two methods to the Lobby class:
RemovePlayer() - remove the first player on the list, then set the pointer to the next player as the new head of the line.
Clear() - Empties our list of Players.