Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

thykka

8
Posts
5
Followers
6
Following
A member registered Mar 18, 2020 · View creator page →

Creator of

Recent community posts

Very cute drawings!

Looking forward to giving this a try!

Source (290 chars)

w=127z={}::d::
if(#z<90)add(z,{x=rnd(w),y=0,v=0,a=0})
for i=1,#z do
p=z[i]p.v-=.025p.x+=cos(t()-p.a)p.y+=p.v
if(p.y<0)p.a=t()p.v=-rnd()p.y+=w
p.x=(p.x+w)%w
sfx(1)for j=i,#z do
poke(24576+rnd(8192))q=z[j]n=q.x-p.x
m=q.y-p.y
if(n*n+m*m<w)line(p.x,p.y,q.x,q.y,9)
end
pset(p.x,p.y,8)end
goto d

Neat! Seems like it doesn’t take suits into consideration, so there would be four cards with the value 0, right?

Full disclosure: I started working on this on Sunday, before the jam officially started, because I cannot make time to work on it during this week. This means I’ve used at most 1.5 days (<36 hours) on this - less than the jam’s official duration would allow for.

Regardless, if you think I’m being unfair, please let me know and I’ll forfeit my entry from the voting. I don’t care about winning, I just wanted to make and publish a game for once :)

Nice idea! I found the game very hard though, only managed to save one patient with dozens of attempts xD

Is there something I can do to avoid losing the game, when the RNG gives no workable parts?