registerCommand(new ListSavesCommand(this));
registerCommand(new LocalSaveGameCommand(this));
registerCommand(new LocalLoadGameCommand(this));
registerCommand(new ResetCommand(this));
registerCommand(new RollCommand(this));
registerCommand(new SaveGameCommand(this));
registerCommand(new LoadGameCommand(this));
registerCommand(new SeeAllCommand(this));
registerCommand(new SkipCommand(this));
registerCommand(new VictoryCommand(this));
registerCommand(new WhoCommand(this));