Alex Scott
alexthescott.bsky.social
Alex Scott
@alexthescott.bsky.social
https://alexthescott.space/
26 year old computer and music nerd making sample flips and programmatic art
fc=0t=0cls()::♥::if time()<2then
print("memory probe 2",36,64,1)else
fc+=0.025
for i=0,1024do
if t<3then
p=0x6000+(rnd()*6144)\1v=fc*2else
p=0x6800+(rnd()*6144)\1v=fc
end
poke(p,v)t+=1if t>=6then
t=0end
end
if fc>=16then
fc=0end
end
flip()goto ♥
December 2, 2024 at 4:22 AM
Skeetcart! I love it new lingo needs to be learned 😂
December 1, 2024 at 5:43 PM
-- memory probe 1
-- alexthescott
-- 9/28/21 7:25am

fc=0

cls()
::♥::
if t()<2 then
print("memory probe 1",36,64,1)
else
fc+=0.005

for i=0,1280 do
p=0x6000+rnd()*8192
v=peek(p)
poke(p,p/16+fc)
end

if fc>=128 then
fc=0
end
end
flip()
goto ♥
November 30, 2024 at 6:30 PM