diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/uidesign.txt | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/uidesign.txt b/doc/uidesign.txt new file mode 100644 index 0000000..8b0b943 --- /dev/null +++ b/doc/uidesign.txt @@ -0,0 +1,28 @@ + Table Cards: Stack Pts: | Current standing: + +-+-+-+-+-----+ | foo: 8 Points + | | | | | 101 | | $you: 10 Points + | | | | | * | 7 | bar: 23 Points + | | | | | | | + +-+-+-+-+-----+ | + +-+-+-----+ | + | | | 53 | | Hints for player + | | | * | 9 | + | | | | | + +-+-+-----+ | Your Cards: + +-+-----+ | +-----+ +-----+ +-----+ +-----+ +-----+ + | | 55 | | | 12 | | 13 | | 22 | | 25 | | 27 | + | |** **| 8 | | * | | * | |* * *| | * * | | * | + | | *** | | | | | | | * * | | | | | + +-+-----+ | +-----+ +-----+ +-----+ +-----+ +-----+ + +-+-+-+-----+ | +-----+ +-----+ +-----+ +-----+ +-----+ + | | | | 42 | | | 69 | | 77 | | 85 | | 100 | | 103 | + | | | | * | 10 | | * | |* * *| | * * | | * * | | * | + | | | | | | | | | * * | | | | * | | | + +-+-+-+-----+ | +-----+ +-----+ +-----+ +-----+ +-----+ + + +== Description == +Current standing: List of players, sorted by points +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 |
