summaryrefslogtreecommitdiff
path: root/src/game_states.h
Commit message (Collapse)AuthorAge
* Reduced license header width.Mario Kilies2011-01-29
|
* Added license headers.Mario Kilies2011-01-29
|
* Added state_server_game_finished(). Added documentation for ↵Mario Kilies2011-01-29
| | | | server_game_states.c.
* Implemented final scores window.Mario Kilies2011-01-27
|
* finished implementing play_cards function for client/server; added new ↵Reiner Herrmann2011-01-25
| | | | message type next_action which indicates whether the game is finished or the server will deal new cards
* Created a mainstack datatype. Refactored server game states into separate ↵Mario Kilies2011-01-25
| | | | functions.
* Refactored client game states into separate functions instead of handling ↵Mario Kilies2011-01-25
| | | | them in a huge switch() statement.
* Being trolled once again by fucking git.Mario Kilies2011-01-25