2DArrayさんのプロフィール画像

2DArrayさんのイラストまとめ


I make games and silly code demos.

Some of my games:
2darray.itch.io

Some free gamedev tutorials:
demoman.net
2DArray.net

フォロー数:225 フォロワー数:8068

"ghost train" (plus qualifiers)

2 18

paging doctor , there's a strange man who won't stop yelling your name in the lobby

https://t.co/w7ixbOrqdl

2 30



q=circfill::_::cls(15)srand(36)for i=0,9 do
x=64.5y=99g=.25h=(rnd(5)+1+sin(t()/4+i/9)*.2)/999*(i%2*2-1)for j=0,80 do
x+=cos(g)y+=sin(g)g+=h
for k=0,1 do
q(x-k,y,6-j/80*6,9-k*5)end
if(j>35 and j%4<1)for k=0,rnd(25) do q(x+rnd(3),y-2+k,1,3+k%2*8)end
end
end
flip()goto _

23 109



c=circfill::_::cls(7)
w=sin(t()/4)
for j=0,1,.33 do
for i=0,1,.1 do
a=j+i/8-t()
c(64,64+i*50,4+i*i*8,5)
c(64+3*w+cos(a)*23*i,64+sin(a)*23*i,5+i*8,5)
end
end
for i=.05,1,.2 do
circ(64+(i*5+2)*w,64,38-i*i*30,6)
line(64+7*w,64,64+w*2+cos(i)*38,64+sin(i)*38)
end
flip()goto _

22 212



c=circfill::_::cls(9)q=rnd
c(64,64,30,7)srand()for i=0,70 do
x=flr(q(148)-t()*(8+q(8)))%148-10y=32+q(64)r=5+q(5)for j=0,1 do
c(x+.5+j*(x-64)/30,y+j,r,15-j*11)end
end
for i=0,999 do
x=(i-t()*8)%128y=q(128)u=x*.5+32v=y*.5+32
if(pget(u,v)==7)line(x,y,u,v,7)
end
flip()goto _

93 517



::_::cls()for i=1,5 do
l=max(i-4)
circfill(64,74-i+l*2,40-i-l,5+i%3)
end
for i=0,11 do
a=i/12
u=cos(a)
v=sin(a)
line(64+u*30,71+v*30,64+u*33,71+v*33,0)
end
for j=0,1 do
for i=0,1 do
a=-t()/(1+59*i)
r=26-i*10
line(64,71-j,64+cos(a)*r,71-j+sin(a)*r,5+j)
end
end
flip()goto _

14 122

Making a swingy thingy

...I should probably be combining parts into shared rigidbodies instead of using a FixedJoint on every pair of neighbors which don't have a hinge - everything is too flexy

1 19

weekend-tinkering on a robot-building toy

8 103

flying around in my ugly cave

2 41