# GameClient **Repository Path**: duxvfeng/GameClient ## Basic Information - **Project Name**: GameClient - **Description**: javagame 客户端 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-23 - **Last Updated**: 2026-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Lobby->(room1,room2)->一个room下显示多个(tableCards),tableCards点击空位置->GameTable state/ ├── LobbyState ├── RoomState │ └── TableState └── GameTableState event/ ├── RoomEvent └── GameEvent ui/ ├── LobbyController ├── RoomController └── GameTableController