essential.removePlayer
Prototype
function removePlayer(playername, position)
Input parameters
playername - the user name of the player to remove
postition - the players position in the game room
Return value
null
Description
Called when a player is removed from the game. The player has permanently left the game. We should remove all references to this player. In most games, no action is needed to take in this function.
