Package javatro.core

Class Score

java.lang.Object
javatro.core.Score

public class Score extends Object
Contains the algorithm for calculating the final score and played hand.
  • Field Details

    • playedCardsList

      public static List<Card> playedCardsList
    • jokerList

      public ArrayList<Joker> jokerList
    • totalChips

      public double totalChips
    • totalMultiplier

      public double totalMultiplier
  • Constructor Details

    • Score

      public Score()
      Default constructor
    • Score

      public Score(BossType bossType)
      Creates a new score calculator with the given boss type.
      Parameters:
      bossType - The boss type for this round
  • Method Details