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

#TweetTweetJam - Pinball JumpView game page

Submitted by picoter8 (@picoter8) — 2 days, 12 hours before the deadline
Add to collection

Play game

#TweetTweetJam - Pinball Jump'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!
h=0::o::c={}l=0a=abs
x=64y=32n=0m=-16e=0f=rnd
function d(x,y)return max(a(x),a(y))+min(a(x),a(y))/2end::_::cls()camera(0,y-64)m=min(8,m+.4)n=mid(-4,n,4)x+=n y+=m
x%=128b=btn()n+=.3*(b\2%2-b%2)circ(x,y,8,7)circ(x+n,y+m/3,3,7)
if f()>.5and l>y then
l=y-64-f(32)add(c,{r=f(48),x=f(128),y=l})end
for i in all(c)do
p=i.x
q=i.y
u=p-x
v=q-y
r=i.r+8s=d(u,v)if s>0and s<r then
u/=s v/=s
x=p-u*r
y=q-v*r
if(v>.5)m=-16
end
if(q>y+256)i.r=-8
circ(p,q,r-6,7+f(7))end
camera()j=flr(-y)e=max(j,e)
?"\^p"..e..","..h,1,1
?"\^p"..j,1,12
if(e>h)h=e
if(e>j+512)goto o
flip()goto _

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet