back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/client/client.c
Commit message (Collapse)AuthorAge
* Global fixes v3.0scratko2024-08-17
| | | | | | Fixed bug when entering cards incorrectly. Added recognition of disconnection from the server. Added welcome screen and update screen.
* Global fixes v2.0scratko2024-08-16
| | | | | | | | Added spectator mode. Added screen of game result. Added definition of durak. If not all players can replenish their decks, they take cards one at a time in turn.
* Global fixes v1.0scratko2024-08-14
| | | | | | | | | | | | Defense hint now only takes into account unbeaten cards. The client accounts for sticky data in one packet via TCP. Changed delimiter when sending data related to cards on the table and the queue (from '0' to '='). Accepting cards from a client (verification_client_input.c) is heavily patched. Cards are taken from the stack at the hint's prompt. Added pop_stack(). The trump card is retrieved from the end of the array. Changed the check of the defender's ability to beat all cards.
* Prefinal versionscratko2024-08-10
Added client. Moved files to directories.