Merge pull request #191 from rintoHasegawa/feature/260226ryuki
[feat] ゲーム中にプレイヤー名を表示
commit d33b83495d6696ff9c9b464ac52f886c3ddb6138
2 parents c6e6927 + 3497769
@ryuki022886-svg ryuki022886-svg authored on 26 Feb
GitHub committed on 26 Feb
Showing 12 changed files
View
apps/client/src/scenes/game/entities/player/PlayerController.ts
View
apps/client/src/scenes/game/entities/player/PlayerModel.ts
View
apps/client/src/scenes/game/entities/player/PlayerView.ts
View
apps/server/src/application/coordinators/startGameCoordinator.ts
View
apps/server/src/domains/game/GameManager.ts
View
apps/server/src/domains/game/application/ports/gameUseCasePorts.ts
View
apps/server/src/domains/game/application/services/GameRoomSession.ts
View
apps/server/src/domains/game/application/services/GameSessionLifecycleService.ts
View
apps/server/src/domains/game/application/useCases/startGameUseCase.ts
View
apps/server/src/domains/game/entities/player/Player.ts
View
apps/server/src/domains/game/entities/player/playerSpawn.ts
View
packages/shared/src/domains/player/player.type.ts