mirror of
https://github.com/kierankihn/uno-game.git
synced 2026-05-12 22:17:42 +08:00
e5304b8c6c
- Removed `GameStatus` dependency from `GameState` constructors. - Adjusted `ClientGameState` and `ServerGameState` constructors accordingly. - Simplified `ServerGameState::init()` to handle card initialization and player actions. - Updated tests to reflect these changes.