v0.0.7
No new features this release.
Changes
- Replaced all occurrences of
this.startCell
withthis.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 beenMath.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 theTruePrims
algorithm is incomplete.