Skip to main content

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

Nouble8View game page

A falling number puzzle game in < 500 chars
Submitted by wambyte (@wambyte) — 1 day, 9 hours before the deadline
Add to collection

Play game

Nouble8's itch.io page

How many characters of code did you use?
496

Include your code here, if you'd like to show it off!
g,f,b,i,e,h,n,o=0,2,.01,0,0,0,0,{}for e=0,34do o[e]=0end::e::cls()?g,64-#tostr(g)*2,24,7 if f==-1then?"▤😐▤",52,31,7 flip()goto e end if(e==0)e=rnd{1,2,3,4} r=btnp()l=r\2%2-r%2h=(h+l)%5i+=f if(i>=30)i=0n+=1 d=n*5+h if o[d]==e then o[d]+=e g+=e*10i,n,e=0,0,0f+=.001elseif o[d]>0then if(n==1)n,f=0,-1goto e n-=1o[d-5]=e i,n,e=0,0,0f+=.001elseif n==6then o[d]=e i,n,e=0,0,0f+=.001end for e=0,34do s=e%5*18+22a=e\5*10+32?"⁶i "..o[e].." ",s,a+5,1+o[e] end?"⁶i "..e.." ",h*18+22,n*10+37,1+e flip()goto e

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted (1 edit)

I like this but it feels like if I make an 8 on top of another 8, that should ripple down the stack.

Developer

Thank you very much. You are right, there are some ideas which have not been implemented because of the char limit of 500 chars, e.g. removing tiles, random spawn column and tile preview.

Submitted (1 edit)

I feel that, all my projects have dropped features because of limitations.