1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-22 00:27:58 +02:00

MMAI: an ML-powered combat AI

This commit is contained in:
Simeon Manolov
2025-12-15 02:50:32 +02:00
parent 0fb8e12edd
commit 9d6ec17f48
84 changed files with 10656 additions and 58 deletions

View File

@@ -64,6 +64,11 @@ void CAdventureAI::battleStacksEffectsSet(const BattleID & battleID, const SetSt
battleAI->battleStacksEffectsSet(battleID, sse);
}
void CAdventureAI::battleTriggerEffect(const BattleID & battleID, const BattleTriggerEffect & bte)
{
battleAI->battleTriggerEffect(battleID, bte);
}
void CAdventureAI::battleObstaclesChanged(const BattleID & battleID, const std::vector<ObstacleChanges> & obstacles)
{
battleAI->battleObstaclesChanged(battleID, obstacles);