//TODO: Add goal values
if(moves != null) {
gamer.getMatch().appendMoves(moves);
}
gamer.getMatch().markCompleted(null);
gamer.notifyObservers(new GamerCompletedMatchEvent());
try {
gamer.stop();
} catch (StoppingException e) {
GamerLogger.logStackTrace("GamePlayer", e);
}