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

Weird TetrisView game page

like tetris, but... you know... weird
Submitted by Beep Yeah! (@beepyeahgames) — 4 days, 11 hours before the deadline
Add to collection

Play game

Weird Tetris's itch.io page

How many characters of code did you use?
530

Include your code here, if you'd like to show it off!
::i:: s,z,q=0,pset,pget poke(0x5f2c,3) cls() rect(4,4,59,59,6) ::n:: s+=1 h,x,y,p,c=false,30,5,{},ceil(rnd(14))+1 for i=0,11 do p[i]=flr(rnd(2)) end p[4]=1 ::l:: rect(5,16,58,16,1) for i=0,11 do if (p[i]==1) z(x+i%3,y+flr(i/3),0) end y+=1a=0 if(btn(⬅️))a=-1 if(btn(➡️))a=1 for i=0,11 do if (p[i]==1 and q(x+i%3+a,y+flr(i/3))>1)a=0 end x+=a for i=0,11 do if p[i]==1 then if(q(x+i%3,y+flr(i/3)+1)>1)h=true z(x+i%3,y+flr(i/3),c) end end if h then if (y<17)goto o else goto n end flip() goto l ::o:: cls() ?"game over\nscore: "..s.."\n❎->",4,3 if(btn(❎))goto i flip() goto o

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet