braingdx
braingdx copied to clipboard
Introduce directional movement behaviours
Right now there is OrthogonalMovementBehavior
, however this is highly coupled to orthogonal maps. In case of isometric maps we require IsometricMovementBehavior
. Encapsulate this process and provide a factory on the context itself to provide such a behavior.
Depends on #200