mirror of
https://github.com/kierankihn/uno-game.git
synced 2025-12-27 02:13:18 +08:00
- Added `UnoServer` class to handle player actions, game state, and networking. - Supported message handling for joining, starting, drawing, and playing cards. - Integrated `ServerGameState` with `NetworkServer` for multiplayer game logic. - Created `main.cpp` to initialize and run the Uno server.