[x] The player data object should determine the avatar URL based on the playerName property (implement it using an object getter). Currently, changing the player name does not change the avatar.
[x] Implement useContext in order to pass the player data in Player and Map Components
REQUIREMENTS