EvanGeissler / ENSE-400-Project-Night-Terror

Final Software Systems Engineering Project: A 3D horror game.
2 stars 0 forks source link

Light Demon AI #50

Open EvanGeissler opened 5 years ago

EvanGeissler commented 5 years ago

Date Started: Feb 8, 2019

EvanGeissler commented 5 years ago

Should: -Not follow the player for a while, but instead begin to attack

Added: -Upon seeing player, the demon will move towards the player

Things to do: -Need to make sure that the AI will NOT stop moving even if the user goes behind them. However, should consider that the AI will stop following if the user falls out of the range of the player for a certain amount of time

Total Time So Far: 30 minutes

EvanGeissler commented 5 years ago

Added: -Will attack the player if in range -Will stop attacking the player if the player leaves a range -Will randomly walk around

Consider: -Changing how the AI roams. Currently tested in a hallway so hard to judge. Will work on during the testing phase of the project

Total Time So Far: 5 Hours