|
Merge pull request #205 from rintoHasegawa/refactor/260227_rinto_client
Refactor/260227 rinto client |
|---|
| apps/client/eslint.config.mjs |
|---|
| apps/client/src/scenes/game/ARCHITECTURE.md 0 → 100644 |
|---|
| apps/client/src/scenes/game/application/GameLoop.ts |
|---|
| apps/client/src/scenes/game/application/GameNetworkSync.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/PlayerSyncHandler.ts |
|---|
| apps/client/src/scenes/game/application/player/PlayerRepository.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/application/presentation/GameUiPresenter.ts 100644 → 0 |
|---|
| apps/client/src/scenes/game/entities/player/PlayerRepository.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/hooks/useGameSceneController.ts |
|---|
| apps/client/src/scenes/game/input/GameInputOverlay.tsx |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickInputPresenter.tsx |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickModel.ts |
|---|
| apps/client/src/scenes/game/input/joystick/JoystickView.tsx |
|---|
| apps/client/src/scenes/game/input/joystick/hooks/useJoystickController.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/hooks/useJoystickState.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/model/JoystickModel.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/presentation/JoystickInputPresenter.tsx 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/presentation/JoystickView.tsx 0 → 100644 |
|---|
| apps/client/src/scenes/game/input/joystick/useJoystickController.ts |
|---|
| apps/client/src/scenes/game/input/joystick/useJoystickState.ts |
|---|
| apps/client/src/scenes/game/input/presentation/GameUiPresenter.ts 0 → 100644 |
|---|