public boolean isActive() { return game != null && game.hasPlayer(this); }
public boolean isIngame() { return game != null && game.hasPlayer(this) && game.getGameState() == GameState.INGAME; }