Merge pull request #92 from rintoHasegawa/refactor/rinto_260223_client
Refactor/rinto 260223 client
commit 0e0b1232ac8fb06a5814655e3d65f70bef504673
2 parents 83f0807 + a1928f6
@rintoHasegawa rintoHasegawa authored on 23 Feb
GitHub committed on 23 Feb
Showing 31 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/useAppFlow.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/network/SocketClient.ts 100644 → 0
View
apps/client/src/network/SocketManager.ts 0 → 100644
View
apps/client/src/network/handlers/CommonHandler.ts 0 → 100644
View
apps/client/src/network/handlers/GameHandler.ts 0 → 100644
View
apps/client/src/network/handlers/LobbyHandler.ts 0 → 100644
View
apps/client/src/network/handlers/TitleHandler.ts 0 → 100644
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
View
apps/client/tsconfig.app.json
View
apps/client/vite.config.ts
View
apps/server/src/domains/game/GameHandler.ts
View
apps/server/src/domains/room/RoomManager.ts
View
packages/shared/src/domains/app/app.const.ts 0 → 100644
View
packages/shared/src/domains/app/app.type.ts 0 → 100644
View
packages/shared/src/domains/room/room.const.ts
View
packages/shared/src/domains/room/room.type.ts
View
packages/shared/src/index.ts