Play game
California Bag's itch.io pageHow many characters did you use?
560
Include your code here, if you'd like to show it off!
poke(0x5f2c,2)r=rectfill
u=63n=500x=40v=10t=0w=0z=.015s=0q=0o=0h=o
b=btnp
m=pget
function _update60()cls(3)r(0,0,127,32,12)
r(0,32,127,40,1)
r(0,52,127,55,5)
if(b(0))x=max(4,x-4)
if(b(1))x=min(123,x+4)
if(b(4))t=20w=-4
if(b(5))t=20w=2
t-=1n-=.3
if(t==0)w=0
?"😐",x-3,45,9
?"웃",x-3,49,9
?"ˇ",n,24,7
if w!=0 then
?"_",x+w,49,9
?"_",x+1+2*w,49,9
end
if(n<-10)n=500
p=m(u,v)
if s>=0 then
if(p==9)s=-1o=o+1q=rnd()-.5
end
if t<=0 then
if(p==7)o=o+1t=10
end
h=max(o,h)s+=z
v+=s
u+=q
if(u>128 or u<0)q=-q
if(v>54)v=53q=0o=0
pset(u,v,10)
?o,20,4,10
?h,96,4,10
end
Leave a comment
Log in with itch.io to leave a comment.
Comments
Nice idea! I included it in my TweetTweetJam 2 compilation video series, if you’d like to take a look. :)