back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/client/Makefile
Commit message (Collapse)AuthorAge
* Final version v1.0scratko2024-08-18
| | | | | | | | Fixed stack clearing. Added check for NULL before clearing game parameters. Added refactoring of define_phase_after_attack(). Analyzing game results is organized into several functions. Fixed card limit detection on tossing (line 366 in server_data_processing.c).
* 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.
* Prefinal versionscratko2024-08-10
Added client. Moved files to directories.