|
refactor: Bot関連のサービスとポリシーを整理し、Botの行動決定ロジックを統合
|
|---|
|
|
| apps/server/src/application/coordinators/startGameCoordinator.ts |
|---|
| apps/server/src/domains/game/application/services/BotAiService.ts 100644 → 0 |
|---|
| apps/server/src/domains/game/application/services/BotBombActionService.ts 100644 → 0 |
|---|
| apps/server/src/domains/game/application/services/BotRosterService.ts 100644 → 0 |
|---|
| apps/server/src/domains/game/application/services/bot/adapters/BotBombActionAdapter.ts 0 → 100644 |
|---|
| apps/server/src/domains/game/application/services/bot/movement/MovePlanner.ts 0 → 100644 |
|---|
| apps/server/src/domains/game/application/services/bot/orchestrators/BotTurnOrchestrator.ts 0 → 100644 |
|---|
| apps/server/src/domains/game/application/services/bot/policies/BombPlacementPolicy.ts 0 → 100644 |
|---|
| apps/server/src/domains/game/application/services/bot/policies/TargetSelectionPolicy.ts 0 → 100644 |
|---|
| apps/server/src/domains/game/application/services/bot/roster/BotRosterService.ts 0 → 100644 |
|---|
| apps/server/src/domains/game/application/services/bot/state/BotStateStore.ts 0 → 100644 |
|---|
| apps/server/src/domains/game/application/services/bot/types/BotTypes.ts 0 → 100644 |
|---|
| apps/server/src/domains/game/application/useCases/startGameUseCase.ts |
|---|
| apps/server/src/domains/game/loop/GameLoop.ts |
|---|