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

TweetTweetJam Entry: Sort of HoopballView game page

My 2nd #TweetTweetJam entry, a game made in Pico-8 using 560 characters or less.
Submitted by James Id (@jamesid) — 6 hours, 20 minutes before the deadline
Add to collection

Play game

TweetTweetJam Entry: Sort of Hoopball's itch.io page

How many characters of code did you use?
538

If you're comfortable with it, paste your game code here, so we can marvel at your achievement!
function h(a,c)a=x-a c=y-c if(3>abs(a)and 8>abs(c))v=a w=c end
z=0s=sin d=.001
f=78g=36r=.7q=1u=16::m::x=13y=99p=4v=0w=0::_::cls(q-1)
if(q>1.9)q-=0.3else q=1
if(btn(⬆️))r-=d
if(btn(⬇️))r+=d
if(btn(🅾️))v=p*s(r)w=cos(r)*p
x+=v y+=w h(f-2,g+7)h(f+u,g+7)
l=152 if(x<-u or x>l or y>l)goto m
for j=64,80,8 do for i=0,u do
?"웃",i*8,j,q
end end
if(v==0 and w==0)line(x,y,x+s(r)*8,y+cos(r)*8,8)else w+=.1
?"●",x-2,y-2,9
line(f,g,f+18,g)o="░"
?o,f+3,g+6
?o,f+9,g+6
?z,64,2
if(10>abs(x-f-9)and 6>abs(y-g-6) and w>0)f=flr(rnd(7))*u z+=1q=6
flip()goto _

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet