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

AvoidabubbleView game page

A game that fits in a single tweet
Submitted by deKay (@deKay01) — 1 day, 4 hours before the deadline
Add to collection

Play game

Avoidabubble's itch.io page

How many characters of code did you use?
271

If you're comfortable with it, paste your game code here, so we can marvel at your achievement!
cls()x,y,s,d,r=64,64,0,2,rnd::a::
if(r()<.2)circ(r(127),r(127),r(4),8)
if((btn(0)or d==0)and x>0)x-=1d=0
if((btn(1)or d==1)and x<127)x+=1d=1
if((btn(2)or d==2)and y>0)y-=1d=2
if((btn(3)or d==3)and y<127)y+=1d=3
if(pget(x,y)==8)goto e
pset(x,y,10)s+=1flip()goto a::e::
?s

Leave a comment

Log in with itch.io to leave a comment.

Comments

Developer

Yes I realised I could have TWO tweets worth but I was so close to getting it in under one I thought I'd push for that.