|
[add] ゲームフロー管理のためのカスタムフックとゲーム関連クラスを追加
|
|---|
|
|
| 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/useGameFlow.ts 0 → 100644 |
|---|
| apps/client/src/input/VirtualJoystick.tsx 100644 → 0 |
|---|
| apps/client/src/managers/GameManager.ts 100644 → 0 |
|---|
| 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 |
|---|