[add] PING/PONGによる時刻同期機能を実装し、関連クラスを追加・リファクタリング
1 parent 2ae3401 commit fa3e18666a4ace73ca54436973b8846241d705ee
@rinto hasegawa rinto hasegawa authored 29 days ago
Showing 15 changed files
View
apps/client/src/config/index.ts
View
apps/client/src/network/SocketManager.ts
View
apps/client/src/network/handlers/GameHandler.ts
View
apps/client/src/network/handlers/GameSyncHandler.ts 0 → 100644
View
apps/client/src/scenes/game/GameManager.ts
View
apps/client/src/scenes/game/application/GameTimer.ts
View
apps/client/src/scenes/game/application/network/GameActionSender.ts
View
apps/client/src/scenes/game/application/network/NetworkSubscriptions.ts
View
apps/client/src/scenes/game/application/network/handlers/ClockSyncEventApplier.ts 0 → 100644
View
apps/client/src/scenes/game/application/network/handlers/GameNetworkStateApplier.ts
View
apps/client/src/scenes/game/application/time/ClockSyncLoop.ts 0 → 100644
View
apps/client/src/scenes/game/application/time/ClockSyncService.ts
View
apps/client/src/scenes/game/application/time/OffsetSmoother.ts 0 → 100644
View
apps/client/src/scenes/game/application/time/PongSampleEstimator.ts 0 → 100644
View
apps/client/src/scenes/game/application/time/SyncIntervalPolicy.ts 0 → 100644