Merge pull request #265 from rintoHasegawa/feature/260315_rinto_time
Feature/260315 rinto time
commit 4d733e27375a2bb9ee2361747d5f857c97fc9a6d
2 parents c19e26f + fa3e186
@rintoHasegawa rintoHasegawa authored 29 days ago
GitHub committed 29 days ago
Showing 21 changed files
View
apps/client/src/config/index.ts
View
apps/client/src/network/SocketManager.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/GameNetworkSync.ts
View
apps/client/src/scenes/game/application/GameTimer.ts
View
apps/client/src/scenes/game/application/lifecycle/GameSessionFacade.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/adapters/GameNetworkEventAdapter.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/network/receivers/GameNetworkEventReceiver.ts
View
apps/client/src/scenes/game/application/orchestrators/GameSceneOrchestrator.ts
View
apps/client/src/scenes/game/application/runtime/GameSceneRuntime.ts
View
apps/client/src/scenes/game/application/runtime/GameSceneRuntimeWiring.ts
View
apps/client/src/scenes/game/application/time/ClockSyncLoop.ts 0 → 100644
View
apps/client/src/scenes/game/application/time/ClockSyncService.ts 0 → 100644
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