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

Color DodgerView game page

TweetTweetJam #5
Submitted by Robin Six (@JambonBurst) — 4 days, 4 hours before the deadline
Add to collection

Play game

Color Dodger'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!
r,c=rnd,circfill::w::x,y,t,u,b=64,64,0,0,{}::_::cls(5)t+=1u+=1z=btn()x+=z\2%2-z%2y+=z\8%2-z\4%2if t>18then
m=r(128)n=r(128)for i=1,7do add(b,{x=m,y=n,e=sin(r())*4,f=cos(r())*4,t=0,a=0,m=99+r(70),is=3+r(9)})end
t=0end
for g in all(b)do
g.t+=1if g.t>32then g.a+=1
if(g.a>g.m)del(b,g)
l={2,8,9,10,9,8,2,1}g.c=l[1+flr((g.a/g.m)*5)]g.s=(1-(g.a/g.m))*g.is g.e*=0.9g.f*=0.9g.x+=g.e g.y+=g.f
if((x-g.x)*(x-g.x)+(y-g.y)*(y-g.y)<g.s*g.s)goto w
else c(g.x,g.y,g.t/9,1)end end for g in all(b)do if(g.c!=nil)c(g.x,g.y,g.s,g.c)end
c(x,y,1,7)
?flr(u/30),62,120,7
flip()goto _

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet