Descent Demade
This is a game made for Tweet Tweet Jam 2, a game jam with the sole requirement that the code fit in two tweets (560 characters).
It's a really short game, with only one level, but it's a smaller version of a game I'm currently working on called DESCENT. Hope you like this "demo"! ;)
Here's the PICO-8 code, if you're interested:
h={5,15,13,4,4,6}function r()cls(1)for a=1,8 do for b=0,7 do c=m[a+b*8]+1 ?sub(" █🅾️▒▤▥✽",c,c),7*a+29,5*b+44,h[c-1] end end ?"●",(x-1)%8*7+36,flr(x/8-.1)*5+44,8 flip()end m={}for a=1,8 do for b=0,7 do c=a+b*8m[c]=0+sub("1111111117001211111410611110000110100011105003011111000111111111",c,c) if(m[c]>6)x=c end end::_::r()v=btnp(⬅️)and-1or btnp(➡️)and 1or btnp(⬆️)and-8or btnp(⬇️)and 8or 0 while v!=0 and 1!=m[x+v]do if(m[x+v]==3)m[x+v]=0 break x+=v r()flip()n=m[x]while n==2 do ?"win",58,85 end if(n==6)run() if(n>3 and n<6)o=n%2*9-1m[x-o]=0m[x+o]=0m[x]=1 end goto _
Status | Released |
Platforms | HTML5 |
Rating | Rated 4.5 out of 5 stars (2 total ratings) |
Author | Josiah Winslow |
Genre | Puzzle |
Made with | PICO-8 |
Tags | Game engine, My First Game Jam, PICO-8 |
Comments
Log in with itch.io to leave a comment.
Um is there more than one level
i really, really love this. so cute!