//return the player's current score
 public int returnScore()
 {
     return(player.playerScore());
 }