|
Merge pull request #92 from rintoHasegawa/refactor/rinto_260223_client
Refactor/rinto 260223 client |
|---|
| apps/client/src/app.tsx |
|---|
| apps/client/src/entities/GameMap.ts 100644 → 0 |
|---|
| apps/client/src/entities/Player.ts 100644 → 0 |
|---|
| apps/client/src/hooks/useAppFlow.ts 0 → 100644 |
|---|
| apps/client/src/input/VirtualJoystick.tsx 100644 → 0 |
|---|
| apps/client/src/managers/GameManager.ts 100644 → 0 |
|---|
| apps/client/src/network/SocketClient.ts 100644 → 0 |
|---|
| apps/client/src/network/SocketManager.ts 0 → 100644 |
|---|
| apps/client/src/network/handlers/CommonHandler.ts 0 → 100644 |
|---|
| apps/client/src/network/handlers/GameHandler.ts 0 → 100644 |
|---|
| apps/client/src/network/handlers/LobbyHandler.ts 0 → 100644 |
|---|
| apps/client/src/network/handlers/TitleHandler.ts 0 → 100644 |
|---|
| apps/client/src/scenes/GameScene.tsx 100644 → 0 |
|---|
| apps/client/src/scenes/LobbyScene.tsx 100644 → 0 |
|---|
| apps/client/src/scenes/TitleScene.tsx 100644 → 0 |
|---|
| apps/client/src/scenes/game/GameManager.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/GameMap.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/GameScene.tsx 0 → 100644 |
|---|
| apps/client/src/scenes/game/Player.ts 0 → 100644 |
|---|
| apps/client/src/scenes/game/VirtualJoystick.tsx 0 → 100644 |
|---|
| apps/client/src/scenes/lobby/LobbyScene.tsx 0 → 100644 |
|---|
| apps/client/src/scenes/title/TitleScene.tsx 0 → 100644 |
|---|
| apps/client/tsconfig.app.json |
|---|
| apps/client/vite.config.ts |
|---|
| apps/server/src/domains/game/GameHandler.ts |
|---|
| apps/server/src/domains/room/RoomManager.ts |
|---|
| packages/shared/src/domains/app/app.const.ts 0 → 100644 |
|---|
| packages/shared/src/domains/app/app.type.ts 0 → 100644 |
|---|
| packages/shared/src/domains/room/room.const.ts |
|---|
| packages/shared/src/domains/room/room.type.ts |
|---|
| packages/shared/src/index.ts |
|---|