diff --git a/CHANGELOG b/CHANGELOG new file mode 100644 index 0000000000000000000000000000000000000000..ca3488df9f191b0956c6f5bbc6452d845d189455 --- /dev/null +++ b/CHANGELOG @@ -0,0 +1,6 @@ +v0.1 + 1. Scoring during 'the show'(expect runs). + 2. "Totals and last cards" during "the play" + +v0.2 + 1. Partial log. Including SEED, player info, deal, discard, satrter. \ No newline at end of file diff --git a/Cribbage/src/observer/Activity.java b/Cribbage/src/observer/Activity.java deleted file mode 100644 index 6b476891c240657bdc20db82535ab98d253fb743..0000000000000000000000000000000000000000 --- a/Cribbage/src/observer/Activity.java +++ /dev/null @@ -1,5 +0,0 @@ -package observer; - -public enum Activity { - DEALING, DISCARDING, SELECTING, PLAY, SHOW -} diff --git a/update_log.txt b/update_log.txt deleted file mode 100644 index e6e10f4f6a76cb6ac554b3f9082956a9ed7c0ea2..0000000000000000000000000000000000000000 --- a/update_log.txt +++ /dev/null @@ -1,35 +0,0 @@ -2021/4/15 -//////////////////////////////////////////////////////// - -New variables -************************************************ -In Class Simulation: - private static double ACTIVITY_UNIT_PRICE; - private static double MARKUP_PERCENTAGE; - -In Class MailPool: - In private Class Item: - double charge; - boolean isNewItem = true; -************************************************ - -New methods -************************************************ -In Class MailPool: - public double calculateCharge; - public void setItemCharge; - public void getItemInfo;(This method is not a part of assignment, it will be removed) - public boolean isNewItem; - public int getItemDestination; - public int getPoolSize; - public void sortPriorityMailItems; -************************************************ - -New codes -************************************************ -In Class Simulation: - from line 81 to line 95 - from line 119 to line 121 - from line 156 to line 161 -************************************************ -//////////////////////////////////////////////////////// \ No newline at end of file