EvanGeissler / ENSE-400-Project-Night-Terror

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

Heavy Demon AI #51

Open EvanGeissler opened 5 years ago

EvanGeissler commented 5 years ago

Started: Feb 10, 2019

EvanGeissler commented 5 years ago

Added: -Imported animations -Created blend space -Create animation blueprint -Added testing area

Consider: -Changing some of the movement animations, currently do not have a run left/right

Total Time So Far: 45 Minutes

EvanGeissler commented 5 years ago

Added: Similar AI to light demon, but I am trying out behaviour trees, AI controllers, and Blackboards to create a better more efficient AI than the other one. If this works properly, then other AI will also follow suite.

Total Time so Far: 2 Hours

EvanGeissler commented 5 years ago

Added: -The above. The heavy demon walks towards player upon entering a radius and will stop when out of view. However, it does not walk randomly around

Total Time so Far: 4 Hours