Skip to main content

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

BellyFish UltimateView game page

BellyFish with keyboard AND touch controls, still under 500 characters
Submitted by The4thCircle (@The4thCircle) — 1 day, 16 hours before the deadline
Add to collection

Play game

BellyFish Ultimate's itch.io page

How many characters of code did you use?
493

Include your code here, if you'd like to show it off!
poke(24365,3)g="➡️⬅️"::❎::x,y,u,v=64,64,0,0f,p={},0?"\ac0"
::🅾️::if(#f<(p\2)+1)d=rnd(2)\1add(f,{d*128-4,rnd(99)+11,d})
b=btnp()z=0cls(1)u*=.9v*=.9v+=.2m=stat(32)if(b>4)v-=2u-=2if(m>64)u+=4
if(b&3>0)v-=2u+=b-(b&1)*3
x+=u y+=v?"▥",x,y+4,10
?"❎",x,y,14
x=mid(120,x)y=mid(120,y)for l in all(f)do
q,w,d=unpack(l)q-=d*2-1?g[d+1],q,w,(w&7)+8
j,k=q-x,w-y
h=abs(j)<8and abs(k-2)<7l[1]=q
if(h and k>4)p+=1del(f,l)?"\ac"
if(h and k<=4)z=1
if(mid(129,q,-4)!=q)del(f,l)
end?p,1,1,7
flip()if(z>0)goto ❎
goto 🅾️

Leave a comment

Log in with itch.io to leave a comment.

Comments

DeveloperSubmitted

I can only apologise for uploading the same game 3 times but I had always wanted it to have both touch and key controls. I initially thought there was no room for both but then I learned a few short cuts from the Starfall 500 code and managed to crunch it down.

Submitted (1 edit)

Good game! The controls feel good and no excesive "jellyfish flapping" is needed. It becomes difficult when there is no room to approach from above. I'm glad you were able to take advantage of some code tricks from Star Fall 500.