Enemies - JstRafau/doodle_like GitHub Wiki
Enemies
Enemies can be divided in two ways, basing on their:
Movement
Those types are mutually exclusive.
Stupid
Stupid enemies either don't pathfind towards the Player, or don't move at all.
Intelligent
Intelligent Enemies pathfind towards the Player.
Attack
Those types can, but don't have to be mixed.
Melee
Melee Enemies try to kill the Player by touching them.
Example_Name
Example_Name Enemies shoot projectiles that aren't aimed in any particular direction.
Sniper
Sniper Enemies shoot projectiles towards the player.
Bosses
Bosses inherit the same types as regular enemies, but are harder to defeat.