Vasar007 / TIMLE

Official repository of the 2D platformer game "This Is My Last Escapade" (TIMLE).
Apache License 2.0
1 stars 1 forks source link

Advanced AI #12

Open Kn1MS opened 5 years ago

Kn1MS commented 5 years ago

Is your feature request related to a problem? Please describe. This feature request is related to AI of enemies. In current state it is pretty weak and exploitable. Enemies do not pose any major threat and thus going through levels is not challenging enough.

Describe the solution you'd like

  1. Make enemies turn to player while being attacked.
  2. Make enemies call for help while being attacked. That means any enemies nearby must turn to the player when their ally is hurt.
  3. Create some unique reactions of enemies when the player is turning his back on them. For example melee units could use some speed boost to be able to pursue the player.
  4. Make enemies able to climb the platforms up to 1 tile tall.

Describe alternatives you've considered None.

Additional context None.