|
Merge pull request #206 from rintoHasegawa/refactor/260227_rinto_client
Refactor/260227 rinto client |
|---|
| apps/client/src/scenes/game/ARCHITECTURE.md |
|---|
| apps/client/src/scenes/game/GameManager.ts |
|---|
| apps/client/src/scenes/game/application/GameLoop.ts |
|---|
| apps/client/src/scenes/game/application/GameNetworkSync.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/BombStep.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/CameraStep.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/InputStep.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/LoopStep.ts |
|---|
| apps/client/src/scenes/game/application/loopSteps/SimulationStep.ts |
|---|
| apps/client/src/scenes/game/application/network/handlers/GameNetworkStateApplier.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/application/network/handlers/PlayerSyncHandler.ts |
|---|
| apps/client/src/scenes/game/application/network/receivers/GameNetworkEventReceiver.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/application/player/PlayerRepository.ts 100644 → 0 |
|---|
| apps/client/src/scenes/game/application/runtime/GameManagerBootstrapper.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/application/runtime/GameSceneRuntime.ts |
|---|
| apps/client/src/scenes/game/application/runtime/GameSceneRuntimeWiring.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/GameInputOverlay.tsx |
|---|
| apps/client/src/scenes/game/input/bomb/BombButton.tsx 100644 → 0 |
|---|
| apps/client/src/scenes/game/input/bomb/hooks/useBombCooldownClock.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/bomb/presentation/BombButton.styles.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/bomb/presentation/BombButton.tsx 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickInputPresenter.tsx 100644 → 0 |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickModel.ts 100644 → 0 |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickView.tsx 100644 → 0 |
|---|
| apps/client/src/scenes/game/input/joystick/presentation/JoystickInputPresenter.styles.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/presentation/JoystickInputPresenter.tsx |
|---|
| apps/client/src/scenes/game/input/joystick/useJoystickController.ts 100644 → 0 |
|---|
| apps/client/src/scenes/game/input/joystick/useJoystickState.ts 100644 → 0 |
|---|