Developer postOriginal post (opens in a new tab)

First enemies added

Enemies share common behaviors

We are choosing from a range of enemies and implemented the first 3 basic AIs. All the enemies derivate from the same common structure containing:

  • Player awareness
  • Health
  • Hazard capabilities

Let's make them fly

Some enemies are now capable of traversing the map without gravity (flying) using A* algorithm for path finding.

Watch on YouTube