Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 730 Bytes

CHANGELOG.md

File metadata and controls

47 lines (27 loc) · 730 Bytes

0.5.0 (2024-12-11)

Feat

  • add dijkstra generators
  • implement multi-room flow fields
  • implement multi-room distance map paths
  • implement multi-room distance maps

0.4.0 (2024-12-05)

Feat

  • implement path-from-mono-flow-field
  • implement path-from-distance-map
  • add legend of visualizer options
  • implement path-from-flow-field algorithm

Fix

  • account for edge tile movement restrictions

0.3.0 (2024-12-04)

Feat

  • implement path data types

Fix

  • algorithms: remove illegal moves from distance map/flow field

0.2.1 (2024-11-25)

Fix

  • bundle wasm-generated types

0.2.0 (2024-11-25)

Feat

  • add dijkstra distance map, flow fields

Refactor

  • splitting up bfs mod