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

SidewindView game page

A tiny arcade game written in 560 characters!
Submitted by Jusiv (@jusiv_) — 5 days, 7 hours before the deadline
Add to collection

Play game

Sidewind's itch.io page

How many characters did you use?
560

Include your code here, if you'd like to show it off!
e=camera
p=add
r=del
h={}m=160
t=60
o=32
x=63
y=o
v={1,3,11,10}f={}g={}for q=0,12 do
p(f,x)p(g,y)end
a=7
b=1
l=7
i=m
d=80
function _update()j=41-d/4
k=86+d/4
cls(l)rectfill(j,0,k,m,0)e(0,y-o)for q=#h,1,-1 do
c=h[q]circfill(c.z,c.w,c.s,l)
if(c.w<y-80)r(h,c)
end
if l<8 then
i+=1
if(i>d)d=max(d-4,20)p(h,{z=j+rnd(k-j),w=m+y,s=min(5+rnd(d/2),24)})i=0
if(btnp(4))b*=-1
a=(a+b+t)%t
x+=4*cos(a/t)p(f,x)r(f,f[1])y-=4*sin(a/t)p(g,y)r(g,g[1])
if(pget(x,y)==7)l=13
end
for q=1,12 do
line(f[q],g[q],f[q+1],g[q+1],v[flr(q/3)])end
e()
?flr(y-o),1,1,0
flip()end
--by @jusiv_

Leave a comment

Log in with itch.io to leave a comment.

Comments

(+1)

Lovely concept and colors! I included it in my TweetTweetJam 2 compilation video series, if you’d like to take a look. :)

Developer

Hey, thanks so much! Glad you liked it!