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