Mp results
Fixes logic for results in multiplayer.
- Updated room to include both players as Player object
- Renamed players to "host" and "guest", based on initiating or connecting to room
- Updates values (name, score) of both players in room based on players values in database
- retrieves scores, names and game result (win, lose, tie) through MPController to MultiplayerGameOverView
- have included in SnowmanGameView how MPGOView was rendered (as comment in update method)