mirror of
https://github.com/kierankihn/uno-game.git
synced 2026-02-10 01:38:46 +01: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++
83.4%
Slint
15.2%
CMake
1.4%