Skip to main content

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

Kraken: The friendView game page

The umbrela-handling, primordial being adventur.
Submitted by Yeris (@YerisTR) — 6 days, 17 hours before the deadline
Add to collection

Play game

Kraken: The friend's itch.io page

How many characters of code did you use?
531

Include your code here, if you'd like to show it off!
r=rectfill
c=circfill
f=0
p=64
j=84
x=0
b=0
ct=t()
d=1
i=0
::a::
cls(1)srand()
for i=0,128 do
x-=1
?"|",rnd(128),x%128,6
end
x%=132
hx=64+p+sin(t())/2*9
c(hx,77,25,10)r(hx-25,70,hx+25,128,1)r(hx-1,70,hx+1,90,0)
for x=0,9 do
px=64+p*((9-x)/9)+(9-x)*sin(t()+x/9)/2
c(px,j+5*x,4,8)
?"❎",px,j+5*x,8
end
if (btn(0)) p -=2
if (btn(1)) p +=2
srand(t())
l=64+sin(i)*60
?"웃",l,120,7
if(pget(l,110)==6) f+=1
if(rnd(100)<5) d=d*-1
i+=0.005*d
r(0,125,128,128,5)
?"fails: "..f,0,0,9
?"last: "..b,0,7,9
flip()
if(f==3) f,b,ct=0,t()-ct,t()
goto a

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet