Skip to content

Version 0.4.0

Latest
Compare
Choose a tag to compare
@mjrlowe mjrlowe released this 04 Dec 19:25
· 4 commits to main since this release

New features

  • Added growing tree algorithm. (#2/#17)
  • New mazes are created with new Maze() (rather than Maze.create()).
  • The module is now Typescript-compatible.
  • Added direction bias option (currently only works with some algorithms).

Behind-the-scenes changes

  • Major refactoring. There is now an Algorithm class, as well as the Maze class.
  • Transformation matrix now resets itself after displaying the maze.