northern-information / arcologies

an interactive environment for designing 2d sound arcologies with norns and grid
https://tyleretters.github.io/arcologies-docs
GNU General Public License v3.0
47 stars 7 forks source link

fix for index-out-of-bounds in Turing Machines #7

Closed ghost closed 3 years ago

ghost commented 3 years ago

Fix for index out-of-bounds issues with the Maze turing machine and fn.cycle() returning zero when Cell.turing is a one-based table.

This is closely related to the Euclidean Rhythm fix: same cause, same fix