~patrickhaussmann/truchet.app.5ls.de

9b39d9d05f318477c108ccf2492feb168873ac81 — patrickhaussmann 2 years ago 35fd81b main
More colored random loops
1 files changed, 1 insertions(+), 1 deletions(-)

M index.html
M index.html => index.html +1 -1
@@ 116,7 116,7 @@

          row.append(tile.element);

          if (rand() < 0.003) {
          if (rand() < 0.01) {
            const type = rand() < 0.5 ? "a" : "b";
            const segment = tile.segments[type];