Larkenx / Rotten-Soup

A roguelike built with Vue, Vuetify, Tiled, rot.js, and PixiJS! Playable at https://rottensoup.herokuapp.com/
GNU General Public License v3.0
379 stars 54 forks source link

Enemies don't properly navigate... #55

Closed Moikapy closed 5 years ago

Moikapy commented 5 years ago

Enemies don't properly navigate around other enemies to attack the player. This can possible be resolved by implementing a flow field path finding algorithm http://leifnode.com/2013/12/flow-field-pathfinding/