Kraken: The friend
Lore:
You have existed since the dawn of time.
Tormenting humans, feeding on their fears,
but now..
something is diffrent.
You just want to help.
You want to protect.
You want to be known as
KRAKEN: THE RAIN PROTECTOR
Goal:
protect the scared human from rain.
Controls:
- left/right - move the tentacle
TweetTweet Jam Game as everything is created in 531 characters
Code for the brave:
- 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.