JuiceGrape / Incarnation-Of-Ragnarok

3D diablo-esque roguelike based on norse mythology
0 stars 0 forks source link

Enemy AI #5

Open JuiceGrape opened 2 years ago

JuiceGrape commented 2 years ago

Make a start with enemy AI: Walk towards the player and use basic attacks on them. Also make them die when their HP gets too low. Use a state machine

TODO:

JuiceGrape commented 2 years ago

Could re-use weapons instead of making scriptable objects for basic enemy attacks from the player to have more shared code instead