public void rollDice() { moves = dice.nextRandom(); }
public int getDiceRoll() { return dice.nextRandom(); }