increaseScore(amount: number = 1): number {

    this.currentScore += amount;

    // Tell the user how awesome they're doing