Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
A jam submission

Juggle 560View game page

The art of juggling in 560 chars
Submitted by orion_black (@orion_black) — 1 hour, 4 minutes before the deadline
Add to collection

Play game

Juggle 560's itch.io page

How many characters of code did you use?
560

Include your code here, if you'd like to show it off!
y=80x=60v=1j=3w=128a={}b={}d={1,w}f=0l=89r=rectfill::_::flip()cls()r(0,99,w,w,2)h=t()/9if(h>#b)add(b,{x=d[flr(rnd(2)+1)],y=y,s=rnd(2)+1,h=6,g=0,i=0})
if(btnp(4)and j>0)j-=1v=3
v-=.2y-=v
if(y>l)v=0j=3y=l
if(v>0)print("░░░░",x-11,y+4,5)
for i=1,#b do c=b[i]
if(c.x<1or c.x>w)c.s*=-1
c.i-=1for j=0,8 do if(pget(c.x+j,c.y)==5and 1>c.i)c.g=c.h c.h-=2c.i=9f+=1end
if(c.h<1)add(a,i)
c.g-=.2c.y-=c.g
if(c.y>l)c.y=l c.x+=c.s
?"█",c.x,c.y,7
end
for i=1,#a do deli(b,i)end
?f,l,1,7
a={}for i=0,8 do if(pget(x+i,y+i)==7)goto z end
r(x,y,x+8,y+8,5)
?"😐",x,y-v,7
goto _::z::

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet