[add] ゲームフロー管理のためのカスタムフックとゲーム関連クラスを追加
1 parent 83f0807 commit 1e86a15248fbd0a5e4e36b1e145e26b2586b5f51
@rinto hasegawa rinto hasegawa authored on 23 Feb
Showing 16 changed files
View
apps/client/src/app.tsx
View
apps/client/src/entities/GameMap.ts 100644 → 0
View
apps/client/src/entities/Player.ts 100644 → 0
View
apps/client/src/hooks/useGameFlow.ts 0 → 100644
View
apps/client/src/input/VirtualJoystick.tsx 100644 → 0
View
apps/client/src/managers/GameManager.ts 100644 → 0
View
apps/client/src/scenes/GameScene.tsx 100644 → 0
View
apps/client/src/scenes/LobbyScene.tsx 100644 → 0
View
apps/client/src/scenes/TitleScene.tsx 100644 → 0
View
apps/client/src/scenes/game/GameManager.ts 0 → 100644
View
apps/client/src/scenes/game/GameMap.ts 0 → 100644
View
apps/client/src/scenes/game/GameScene.tsx 0 → 100644
View
apps/client/src/scenes/game/Player.ts 0 → 100644
View
apps/client/src/scenes/game/VirtualJoystick.tsx 0 → 100644
View
apps/client/src/scenes/lobby/LobbyScene.tsx 0 → 100644
View
apps/client/src/scenes/title/TitleScene.tsx 0 → 100644