Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 07:07
· 15 commits to main since this release

Added

  • Added twelve deterministic maze generation algorithms and five solving or
    traversal algorithms.
  • Added a shared algorithm execution API for incremental progress or immediate
    completion.
  • Added square grids, custom masks, transactional editing, events, and compact
    grid serialization.
  • Added the high-level mazely package and lower-level @mazely/core package
    with ESM output and TypeScript declarations.
  • Added Mazely Studio and the VitePress documentation site.