Skip to main content

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

SlinkView game page

#TweetTweetJam Stealth Game
Submitted by eggnog (@platformalist) โ€” 1 day, 4 hours before the deadline

Play game

Slink's itch.io page

How many characters of code did you use?
553

If you're comfortable with it, paste your game code here, so we can marvel at your achievement!
cartdata("sm")::z::
if(dget(1)==0)dset(1,999)
x,y,a,u=5,18,0,flr(dget(1))
function w(i)
if(pget(x,y)==i)return true
end
e={}for i=1,10 do
q=80/i
add(e,{s="โ–ˆ",y=i*10+8,t=q,l=q})end
::_::cls()a+=.03
for v in all(e) do
?v.s,116,v.y,7
if v.t>0 then v.t-=1 else
v.t=v.l
if(v.s=="๐Ÿ˜")v.s="โ–ˆ"else v.s="๐Ÿ˜"end
if(v.s=="๐Ÿ˜")rectfill(113,v.y,12,v.y+4,1)end
?"โ™ฅ best:"..u,60,118,14
?"slink",54,5
?flr(a),62,11
rect(0,0,127,127)
if btnp(4) then
if(w(0))x+=8
if(w(7))y+=10 x=5
if(w(1))goto z
end
if w(14) then
if(a<dget(1))dset(1,a)goto z
end
?"์›ƒ",x,y
flip()goto _

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet