refactor: Bot関連のサービスとポリシーを整理し、Botの行動決定ロジックを統合
1 parent 989817a commit c62093bdf47694434bbb904dadabe0440ad8c34a
@rinto hasegawa rinto hasegawa authored on 27 Feb
Showing 14 changed files
View
apps/server/src/application/coordinators/startGameCoordinator.ts
View
apps/server/src/domains/game/application/services/BotAiService.ts 100644 → 0
View
apps/server/src/domains/game/application/services/BotBombActionService.ts 100644 → 0
View
apps/server/src/domains/game/application/services/BotRosterService.ts 100644 → 0
View
apps/server/src/domains/game/application/services/bot/adapters/BotBombActionAdapter.ts 0 → 100644
View
apps/server/src/domains/game/application/services/bot/movement/MovePlanner.ts 0 → 100644
View
apps/server/src/domains/game/application/services/bot/orchestrators/BotTurnOrchestrator.ts 0 → 100644
View
apps/server/src/domains/game/application/services/bot/policies/BombPlacementPolicy.ts 0 → 100644
View
apps/server/src/domains/game/application/services/bot/policies/TargetSelectionPolicy.ts 0 → 100644
View
apps/server/src/domains/game/application/services/bot/roster/BotRosterService.ts 0 → 100644
View
apps/server/src/domains/game/application/services/bot/state/BotStateStore.ts 0 → 100644
View
apps/server/src/domains/game/application/services/bot/types/BotTypes.ts 0 → 100644
View
apps/server/src/domains/game/application/useCases/startGameUseCase.ts
View
apps/server/src/domains/game/loop/GameLoop.ts