Funny one :)
MetalChouchen
Recent community posts
Crazy how much new stuff I've learned studying this code. Thanks a lot's for sharing this!
The only thing I don't get is the math behind setting the correct position of a bloc, including a "tore" effect.
s=c[i]?'⁶x1█',s%k*5+15,s\k*5+41
and
h=(h+sin(ˇ))%k+(h\k+cos(ˇ))%12*k
I'll kept that for another day :)
edit : Ok I get it, really clever and cool to avoid using a 2d arrays.
Ok I get the doc is split in two on fandom https://pico-8.fandom.com/wiki/P8SCII make me realise that we can save an extra char when play sound :
?"⁷e6" instead of ?"\ae6"
Also yes indeed that made them not printable :) (which it's sad because the glyph looks cool) I'll download the cart then.
Thanks for the insight. Yes I see everyone looks to used this ?"" print stuff. But I really don't get why with ⁶ it will execute some function somehow ? The manual don't look to talk about that :)
I've checked a little, ord(⁶) give me 6, that why it's not appear on your tool I guess? (start at 16). (Very useful tool by the way, specially when using vs code)