Package com.takenoko.engine
Class Scoreboard
java.lang.Object
com.takenoko.engine.Scoreboard
This class is used to store the number of win for each bot.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final HashMap<BotManager,Integer> private final HashMap<BotManager,Integer> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBotManager(BotManager botManager) voidaddBotManager(List<BotManager> botManagerList) intgetNumberOfVictory(BotManager botManager) voidincrementNumberOfVictory(BotManager botManager) toString()voidupdateScore(BotManager botManager, int scoreToAdd)