summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMario Kilies <MarioKilies@GMX.net>2011-01-27 18:32:53 +0100
committerMario Kilies <MarioKilies@GMX.net>2011-01-27 18:32:53 +0100
commit54dee7d823c690bed9ff64895fd3eb4ea832c489 (patch)
tree12a0274e4d1dae9039719cd44944637cd65733af /doc
parent6e4457035b8e8ddfb1850c8b442dad8ed3b202fe (diff)
Added todo list.
Diffstat (limited to 'doc')
-rw-r--r--doc/todo.txt12
-rw-r--r--doc/uidesign.txt11
2 files changed, 12 insertions, 11 deletions
diff --git a/doc/todo.txt b/doc/todo.txt
new file mode 100644
index 0000000..1038908
--- /dev/null
+++ b/doc/todo.txt
@@ -0,0 +1,12 @@
+== Things that are to do ==
+
+
+== Work that is done ==
+
+DONE: Use colored borders/numbers/stars to distinguish cards and for a nicer UI look.
+DONE: A selected card and a selected stack should be displayed as bold text.
+DONE: Display revealed cards next to nicks after all players have chosen their cards.
+DONE: Table captions will be printed bold.
+DONE: Highlight current player (who is choosing a stack) by coloring its line.
+DONE: Sort table every round by lowest cards after players selected/revealed the cards
+DONE: Player Hints: Will be used to tell the players whose player's turn it is. The player himself will be instructed what is to do (play a hand card and then possibly pick a stack from table)
diff --git a/doc/uidesign.txt b/doc/uidesign.txt
index 2db66ae..baebdc1 100644
--- a/doc/uidesign.txt
+++ b/doc/uidesign.txt
@@ -29,14 +29,3 @@ Current state: List of players and their selected cards
Hand Cards: The player's hand cards sorted in ascending order
Table Cards: Four card stacks growing from right to left, showing the uppermost/highest card
Stack Points: For each table card stack it shows the sum of points of all cards on the stack
-
-
-== Things that are to do ==
-TODO: Sort table every round by lowest cards after players selected/revealed the cards
-TODO: Player Hints: Will be used to tell the players whose player's turn it is. The player himself will be instructed what is to do (play a hand card and then possibly pick a stack from table)
-
-DONE: Use colored borders/numbers/stars to distinguish cards and for a nicer UI look.
-DONE: A selected card and a selected stack should be displayed as bold text.
-DONE: Display revealed cards next to nicks after all players have chosen their cards.
-DONE: Table captions will be printed bold.
-DONE: Highlight current player (who is choosing a stack) by coloring its line.