Skip to content

v0.0.8

Compare
Choose a tag to compare
@mjrlowe mjrlowe released this 24 Jun 17:08

Changes

  • fixed bug in v0.0.7 which stopped the whole module from working ("maze" is not defined)
  • height/width of 0 is no longer valid, the code now defaults to other value instead
  • fixed some examples being based off older versions so they weren't working properly
  • added documentation for strokeWeight property for .display(), strokeWeight 0 should work properly now
  • added .getAnalysis() method (but I wouldn't recommend using it yet as it is very unstable and probably buggy)
  • fixed bug with Maze.createWidget not working because Maze wasn't defined
  • entrance and exit and start now get converted to x-y object immediately
  • added information about start to README (under Maze.create section), all occurances of startGenerationFrom have been replaced with start