Skip to content

v0.0.7

Compare
Choose a tag to compare
@mjrlowe mjrlowe released this 22 Jun 12:06

No new features this release.

Changes

  • Replaced all occurrences of this.startCell with this.startGenerationFrom for consistency
  • Fixed bug where the line was the same color as the background for display mode 2 on color mode "normal"
  • Fixed bug where floor should have been Math.floor
  • Minor changes to README file, improving clarity and correcting mistakes
  • .getXYPosition can now take in just a direction (e.g. "left" or "west") and it will assume it refers to the center of that side
  • "random" algorithm should work (again) now: fixed bug where it didn't work because the TruePrims algorithm is incomplete.