summaryrefslogtreecommitdiff
path: root/src/hand.h
Commit message (Collapse)AuthorAge
* Simplified net_recv(). Refactored 'hand' from array definition to hand_t ↵Mario Kilies2011-01-16
| | | | struct definition.
* Implemented hand_sort(). ui_choose_card() now pre-selects the card with ↵Mario Kilies2011-01-14
| | | | lowest index, if at index 0 is no card. draw_card() now draws empty placeholder cards, to clear old screen content.
* Introduced ncurses windows and started implementation of user interface.Mario Kilies2011-01-13
|
* Splitted up content from common.* to separate files (card.[ch], ↵Mario Kilies2011-01-04
cardstack.[ch] and hand.h)