- [NEW] Afegides les demos del repo "miniascii" a este repo

This commit is contained in:
2026-05-16 11:51:52 +02:00
parent 4984bc8024
commit b308f60dff
9 changed files with 109 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
C=66 a=0 ticker=0 function p(C,x,y)if x<-8 or x>39
then return end for j=0,7 do l=peek(2560+C*8+j)
for i=0,7 do X=x+7-i ink(1+(flr(X)+j+flr(a))%15)if X>0
and X<40 then s=10+sin(a+(X)*0.1)*5 if l&1==1 then
print(chr(233),X,y+j+s)end end l=l>>1 end end end
function update()cls()m="HOLA JAILERS"for n=0,#m-1 do
p(ascii(m,n),n*8-flr(a*4)%(#m*8),0)end a=a+0.1 end