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

DisketteView game page

Dodge them disks
Submitted by Munro (@MunroHoberman) — 5 days, 11 hours before the deadline
Add to collection

Play game

Diskette's itch.io page

How many characters of code did you use?
557

Include your code here, if you'd like to show it off!
h=0q={}g=63u=63s=0::_::
if(s%18<1)add(q,{a=rnd(),l=99})
p=btn()g=(g+(p&2)-(p&1)*2)%128u=(u+(p&8)/4-(p&4)/2)%128for l=0,999do
x=rnd(128)y=rnd(128)circ(x,y,1,max(6,pget(x,y)))end
for f in all(q)do
f.l-=1x=f.l*cos(f.a)+63y=f.l*sin(f.a)+63for r=4,9do
line()color(r>8and(f.b and 8or 7))for i=0,1,.1do
for l=r,r+9,9do
a=i+t()line(cos(a)*l+x,sin(a)*l+y)end
end
end
if(f.l<-99)del(q,f)
if(sqrt((g-x)^2+(u-y)^2)<17)q={f}f.b=1s=0end
if(s>h)h=s
for i=1,6do
?"웃",g-3,u-2,i>5and 9
?"hi "..h.."\nsc "..s,9,9
camera(({1,-1})[i],({0,0,1,-1})[i])end
flip()s+=1goto _

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet