christopherafbjur / mmorpg-experiment

0 stars 0 forks source link

Create PVE (Enemies) #4

Open christopherafbjur opened 3 years ago

christopherafbjur commented 3 years ago

Start by creating an Enemy class. Maybe we should have a base class which both Character/Player and Enemy inherits from

christopherafbjur commented 3 years ago

Will require a pathfinder algorithm. Based on a quick search, the A* algorithm seem to be the most commonly used for games where the path can be blocked every second etc.