Skip to content

Refactor pathfinding #33#35

Merged
tigerplush merged 2 commits intomainfrom
feature/refactor-pathfinding-#33
Mar 13, 2026
Merged

Refactor pathfinding #33#35
tigerplush merged 2 commits intomainfrom
feature/refactor-pathfinding-#33

Conversation

@tigerplush
Copy link
Copy Markdown
Owner

Refactored Pathfinding so it doesn't rely on world map as much anymore (added an abstraction layer between world map and pathfinder)

Closes #33

pathfinder now is dependent on pathfinding_map trait that is implemented for world map.
@tigerplush tigerplush merged commit 4ccbe4a into main Mar 13, 2026
4 checks passed
@tigerplush tigerplush deleted the feature/refactor-pathfinding-#33 branch March 13, 2026 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor pathfinding crate so it doesn't reference WorldMap anymore

2 participants