Rock of Damocles
Can you imagine living under constant existential threat? Crazy, right?
Game by voidgazerbon.
Follow me on Bluesky or Mastodon
This game was made for TweetTweetJam#10 and fits within 500 characters:
function l(a,b,o) return a+o*(b-a) end b=btn r=rectfill y,x,bx,by,bt=85,62,128,20,20 m,s=0,0 d=0 function _draw() if(d==0)s+=1 d=0 if(s<0)y-=1 y=y%128 if(y<1)bx=128 cls(7) r(0,y,128,128,0)?"rock of damocles",32,15+y,7 if(s<0)goto e if(b(1))d+=2 if(b(0))d-=2 x+=d if(x<0)x=0 if(x>123)x=123 bx,by=l(bx,x,0.15),l(by,bt,0.2)?s.."/"..m,32,y+21,7 if(rnd(100)<1)bt=50 if(by>49)bt=0 if(by<10)bt=20 ::e:: r(bx,y-by,bx+10,y-by+10,0) ?"\137",x,y-5,0 if pget(x+2,79)!=7 and s>5 then if(s>m)m=s s=-129 end end
Published | 25 days ago |
Status | Released |
Platforms | HTML5 |
Author | voidgazerBon |
Made with | PICO-8 |
Tags | minigames, Minimalist, PICO-8, tweettweejam |
Download
Download
rock_of_damocles.p8.png 2.3 kB
Comments
Log in with itch.io to leave a comment.
Very clever, and very pretty. Nice one!
love it ! well done
thats fun and really creative!