//returns the number of turns taken
 public int returnTurns()
 {
     return(player.getNumOfTurns());
 }