Merge pull request #81 from Rutherther/feat/pathfinding-mates Add mates to pathfinding
feat(pathfinding): save mates state
Merge pull request #32 from Rutherther/combat Add combat extension
fix(pathfinding): return custom PathNotFoundError instead of NotFoundError
feat(pathfinding): create custom pathfinding
fix(pathfinding): update pathfinding to work with same position, small distances...
feat(pathfinding): add basic pathfinding using A*