Merge pull request #206 from rintoHasegawa/refactor/260227_rinto_client
Refactor/260227 rinto client
commit 2f01df7cc66bf6837fc2e166c183678c70860f57
2 parents eef1581 + c0db0d6
@rintoHasegawa rintoHasegawa authored on 27 Feb
GitHub committed on 27 Feb
Showing 28 changed files
View
apps/client/src/scenes/game/ARCHITECTURE.md
View
apps/client/src/scenes/game/GameManager.ts
View
apps/client/src/scenes/game/application/GameLoop.ts
View
apps/client/src/scenes/game/application/GameNetworkSync.ts
View
apps/client/src/scenes/game/application/loopSteps/BombStep.ts
View
apps/client/src/scenes/game/application/loopSteps/CameraStep.ts
View
apps/client/src/scenes/game/application/loopSteps/InputStep.ts
View
apps/client/src/scenes/game/application/loopSteps/LoopStep.ts
View
apps/client/src/scenes/game/application/loopSteps/SimulationStep.ts
View
apps/client/src/scenes/game/application/network/handlers/GameNetworkStateApplier.ts 0 → 100644
View
apps/client/src/scenes/game/application/network/handlers/PlayerSyncHandler.ts
View
apps/client/src/scenes/game/application/network/receivers/GameNetworkEventReceiver.ts 0 → 100644
View
apps/client/src/scenes/game/application/player/PlayerRepository.ts 100644 → 0
View
apps/client/src/scenes/game/application/runtime/GameManagerBootstrapper.ts 0 → 100644
View
apps/client/src/scenes/game/application/runtime/GameSceneRuntime.ts
View
apps/client/src/scenes/game/application/runtime/GameSceneRuntimeWiring.ts 0 → 100644
View
apps/client/src/scenes/game/input/GameInputOverlay.tsx
View
apps/client/src/scenes/game/input/bomb/BombButton.tsx 100644 → 0
View
apps/client/src/scenes/game/input/bomb/hooks/useBombCooldownClock.ts 0 → 100644
View
apps/client/src/scenes/game/input/bomb/presentation/BombButton.styles.ts 0 → 100644
View
apps/client/src/scenes/game/input/bomb/presentation/BombButton.tsx 0 → 100644
View
apps/client/src/scenes/game/input/joystick/JoystickInputPresenter.tsx 100644 → 0
View
apps/client/src/scenes/game/input/joystick/JoystickModel.ts 100644 → 0
View
apps/client/src/scenes/game/input/joystick/JoystickView.tsx 100644 → 0
View
apps/client/src/scenes/game/input/joystick/presentation/JoystickInputPresenter.styles.ts 0 → 100644
View
apps/client/src/scenes/game/input/joystick/presentation/JoystickInputPresenter.tsx
View
apps/client/src/scenes/game/input/joystick/useJoystickController.ts 100644 → 0
View
apps/client/src/scenes/game/input/joystick/useJoystickState.ts 100644 → 0