documentation, unit-tests, chat service #12

Merged
Raven merged 3 commits from documentation-and-unit-tests into main 2025-06-06 17:54:15 -04:00
Showing only changes of commit 85d41c0239 - Show all commits

View File

@@ -25,8 +25,8 @@ The server architecture consists of the following microservices:
## Communication Flow
1. **Client → Launcher**: User launches the game via the launcher
2. **Launcher → Packet Service**: Game client connects to the packet service
1. **Launcher → Client**: User launches the game via the launcher
2. **Client → Packet Service**: Game client connects to the packet service
3. **Packet Service → Auth Service**: Validates user session
4. **Packet Service → Character Service**: Retrieves character data
5. **Packet Service → World Service**: Manages game world interactions