summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/uidesign.txt47
1 files changed, 23 insertions, 24 deletions
diff --git a/doc/uidesign.txt b/doc/uidesign.txt
index 9b77a05..4da332f 100644
--- a/doc/uidesign.txt
+++ b/doc/uidesign.txt
@@ -1,28 +1,28 @@
- Table Cards: Stack Pts: | Current standing (best 5):
-+-+-+-+-+-----+ | foo, 8 Points
-| | | | | 101 | | $you, 10 Points
-| | | | | * | 7 | bar, 23 Points
-| | | | | | | baz, 24 Points
-+-+-+-+-+-----+ | blubb, 25 Points
-+-+-+-----+ |
-| | | 53 | | Hints for player
-| | | * | 9 |
-| | | | |
-+-+-+-----+ | Your Cards: Your Score: 10
-+-+-----+ | +-----+ +-----+ +-----+ +-----+ +-----+
-| | 55 | | | 12 | | 13 | | 22 | | 25 | | 27 |
-| |** **| 8 | | * | | * | |* * *| | * * | | * |
-| | *** | | | | | | | * * | | | | |
-+-+-----+ | +-----+ +-----+ +-----+ +-----+ +-----+
-+-+-+-+-----+ | +-----+ +-----+ +-----+ +-----+ +-----+
-| | | | 42 | | | 69 | | 77 | | 85 | | 100 | | 103 |
-| | | | * | 10 | | * | |* * *| | * * | | * * | | * |
-| | | | | | | | | * * | | | | * | | |
-+-+-+-+-----+ | +-----+ +-----+ +-----+ +-----+ +-----+
+ Table Cards: Pts: | Current state:
++-+-+-+-+-----+ | Player Card | Player Card
+| | | | | 101 | | $you 10 | blablub123 15
+| | | | | * | 7 | 1234567890 23 | abcdefg 103
+| | | | | | | baz 38 | hello 98
++-+-+-+-+-----+ | foo_bar 14 | hornoxe 33
++-+-+-----+ | lolcat 60 | 1337nick 74
+| | | 53 | |
+| | | * | 9 | Hints for player
+| | | | |
++-+-+-----+ | Your Cards: Your Score: 10
++-+-----+ | +-----+ +-----+ +-----+ +-----+ +-----+
+| | 55 | | | 12 | | 13 | | 22 | | 25 | | 27 |
+| |** **| 8 | | * | | * | |* * *| | * * | | * |
+| | *** | | | | | | | * * | | | | |
++-+-----+ | +-----+ +-----+ +-----+ +-----+ +-----+
++-+-+-+-----+ | +-----+ +-----+ +-----+ +-----+ +-----+
+| | | | 42 | | | 69 | | 77 | | 85 | | 100 | | 103 |
+| | | | * | 10 | | * | |* * *| | * * | | * * | | * |
+| | | | | | | | | * * | | | | * | | |
++-+-+-+-----+ | +-----+ +-----+ +-----+ +-----+ +-----+
== Description ==
-Current standing: List of players, sorted by points
+Current state: List of players and their selected cards
Your 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
@@ -30,5 +30,4 @@ Stack Points: For each table card stack it shows the sum of points of all cards
Use colored borders/numbers/stars to distinguish cards and for a nicer UI look.
A selected card and a selected stack should be displayed as bold text.
-Highlight the player's score with colored text.
-We need a better idea to display the current standings, as the original game was designed for up to ten players. A possible solution to this is displaying just the best N players.
+Displayed revealed card next to nick after all player have chosen their cards.