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

Super Match-io (#TweetTweetJam)View game page

Familiar spin-to-win-a-life game, in just 500 chars for #TweetTweetJam 9
Submitted by Paul Nicholas (Liquidream) (@Liquidream) — 2 days, 8 hours before the deadline
Add to collection

Play game

Super Match-io (#TweetTweetJam)'s itch.io page

How many characters of code did you use?
500

Include your code here, if you'd like to show it off!
p=1r={0,0,0}s={9,-9,9}w=320function _update60()cls(7)▒=true
for i=1,3do
clip(0,i*22+9,128,22)for x=0,w do
o=(r[i]+x)%w-128if(x==0)rectfill(o,32,64+o,196,3)
if(x==112 or x==272)circfill(o,64,32,8)
if(x==160)line()for d=0,39do for i=.25,2,.4do line(cos(i)*d+o+32,sin(i)*d+66,9)end end
end
if(btnp(5)and p<4)s[p]*=.9p+=1break
a=abs(s[i])if(a<9)s[i]*=.99
r[i]-=s[i]if a<1do
s[i]=0r[i]=(r[i]/80+.5)\1*80c=pget(64,i*16+32)▒=(▒ and c==l)l=c
end
end
if p>4do
if(▒)?"\ashege4cdg ⁶7"
run()end
if(s[3]==0)p=5end

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted(+1)

Lots of impressive presentation stuff with this, nice work!

Submitted(+1)

I'll have to dig into this one myself, nice work!

Submitted(+1)

Amazing work!

Submitted(+1)

I'm probably going to spend an hour tonight figuring out how you rendered that star.

Submitted(+1)

That star drawing snippet is awesome

Developer(+1)

Thanks! 🤓
Can't remember where I found the inspiration for it now (prob in a prev TweetCart), but it was 76 chars well spent! 😅