Kieran Kihn ebac6291b0 refactor(game): introduce draw and play methods in PlayerState and subclasses
- Replaced `setRemainingCardCount` with `draw` and `play` methods.
- Added virtual overrides for player-specific behaviors in `ClientPlayerState` and `ServerPlayerState`.
- Refactored `ServerGameState::init` to centralize deck and discard pile setup.
- Updated `updateStateByDraw` to leverage `PlayerState::draw` for consistency.
2025-11-17 21:16:50 +08:00
2025-11-16 19:54:34 +08:00
2025-11-16 11:42:48 +08:00
2025-11-14 17:43:58 +08:00
2025-11-16 20:57:01 +08:00
2025-11-14 17:43:58 +08:00
2025-11-14 17:43:58 +08:00
Description
No description provided
Readme MIT 326 KiB
Languages
C++ 84.2%
Slint 14.8%
CMake 1%