From 54dee7d823c690bed9ff64895fd3eb4ea832c489 Mon Sep 17 00:00:00 2001 From: Mario Kilies Date: Thu, 27 Jan 2011 18:32:53 +0100 Subject: Added todo list. --- doc/todo.txt | 12 ++++++++++++ doc/uidesign.txt | 11 ----------- 2 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 doc/todo.txt 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. -- cgit v1.2.3