Merge pull request #205 from rintoHasegawa/refactor/260227_rinto_client
Refactor/260227 rinto client
commit eef1581466b0be6188c22bbef5c41c937e0e82e5
2 parents f7ceb8a + 2347811
@rintoHasegawa rintoHasegawa authored on 27 Feb
GitHub committed on 27 Feb
Showing 23 changed files
View
apps/client/eslint.config.mjs
View
apps/client/src/scenes/game/ARCHITECTURE.md 0 → 100644
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/LoopStep.ts
View
apps/client/src/scenes/game/application/loopSteps/SimulationStep.ts
View
apps/client/src/scenes/game/application/network/handlers/PlayerSyncHandler.ts
View
apps/client/src/scenes/game/application/player/PlayerRepository.ts 0 → 100644
View
apps/client/src/scenes/game/application/presentation/GameUiPresenter.ts 100644 → 0
View
apps/client/src/scenes/game/entities/player/PlayerRepository.ts 0 → 100644
View
apps/client/src/scenes/game/hooks/useGameSceneController.ts
View
apps/client/src/scenes/game/input/GameInputOverlay.tsx
View
apps/client/src/scenes/game/input/joystick/JoystickInputPresenter.tsx
View
apps/client/src/scenes/game/input/joystick/JoystickModel.ts
View
apps/client/src/scenes/game/input/joystick/JoystickView.tsx
View
apps/client/src/scenes/game/input/joystick/hooks/useJoystickController.ts 0 → 100644
View
apps/client/src/scenes/game/input/joystick/hooks/useJoystickState.ts 0 → 100644
View
apps/client/src/scenes/game/input/joystick/model/JoystickModel.ts 0 → 100644
View
apps/client/src/scenes/game/input/joystick/presentation/JoystickInputPresenter.tsx 0 → 100644
View
apps/client/src/scenes/game/input/joystick/presentation/JoystickView.tsx 0 → 100644
View
apps/client/src/scenes/game/input/joystick/useJoystickController.ts
View
apps/client/src/scenes/game/input/joystick/useJoystickState.ts
View
apps/client/src/scenes/game/input/presentation/GameUiPresenter.ts 0 → 100644