Skip to content

v0.3.0

Compare
Choose a tag to compare
@mjrlowe mjrlowe released this 13 Oct 18:52
· 43 commits to main since this release

New Features and Bug Fixes

  • Added seeds, which you you can use with the seed property in the maze settings object. This can be a number or a string. Closes #3.
  • Added prng, which you can set to a random number generator of your choice.
  • Added .braid(), which removes all dead ends in a maze. Closes #13.
  • Fixed some mistakes in the documentation.

Behind-the-Scenes Changes

  • Added some basic tests (using Deno). Closes #15.
  • Changed the structure of the folders, including moving putting the main code into a src folder (except mod.js).
  • DEV.md is no longer a public file (added to .gitignore).