feat: add player Names Throughout the Game UI

This commit is contained in:
2026-08-30 01:02:34 +03:00
parent 4d9d0db02d
commit dfc6b023f7
12 changed files with 307 additions and 34 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ enum {
kSessionCapacity = kPlayerCapacity + kSpectatorCapacity,
kCommandQueueCapacity = 16,
kBotKnowledgeCellCount = kBoardCellCount,
kStateMessageCapacity = 512,
kStateMessageCapacity = 768,
kRequestBodyCapacity = 192,
kSessionTokenBytes = 16,
kDisplayNameBytes = 80,