Files
uno-game/src
Kieran Kihn 0d5a187cba feat(server): implement Uno server functionality
- 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.
2025-12-02 12:28:59 +08:00
..