Artificial Intelligence
Opponent AI
The embodiment of Desmond playing as the house is the main opponent. While being controlled by a player no AI will be used. While not controlled by a player the house will keep track of each player’s position and use algorithms to separate they players as much as possible. The efficiency measurement that the AI will use is calculated by how far apart the players are and attempt to use the actions available to it to separate them.
When the house has acquired enough strength Desmond can be summoned. Desmond will have its own simple AI to path find to each survivor and attack when in range.
Support AI
For the survivors there is some support AI to help the survivors keep track of the objective. Since some objective may contain simultaneous actions there will be onscreen notifications that one player needs the other.
Player and Collision Detection
Basic collision detection for Desmond will be used. Summoned ghosts will not use collision detection.
Pathfinding
Pathfinding for Desmond will be relatively simplistic since he spawn in the same room as the survivor and they have to escape his grasp before he does enough damage to them. For collision avoidance we will use a modification of A* using Unity’s built in NavMesh.