mirror of
https://github.com/kierankihn/uno-game.git
synced 2025-12-27 02:13:18 +08:00
ebac6291b0b3b4e07f8454d2de4c0d2773b8d9fd
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.
The file is empty.
Languages
C++
84.2%
Slint
14.8%
CMake
1%