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

Too slow !View game page

Made for the TweetTweetJam 2
Submitted by Z0hung44r — 12 hours, 36 minutes before the deadline
Add to collection

Play game

Too slow !'s itch.io page

How many characters did you use?
558

Include your code here, if you'd like to show it off!
e={}poke(0x5f2d,1)d=8t,k=0,0s=80m=15l=0g=4
function _update()t-=1if t<1then s-=3if s<m then s=m end t=s add(e,{x=rnd(120),y=rnd(120),h=d})end x=stat(32)y=stat(33)if stat(34)==1then p=true else p=false q=false end for i in all(e)do if x<i.x+8 and i.x<x+3 and y<i.y+8 and p==true and i.y<y+3then del(e,i)k+=1q=true d-=.1if d<g then d=g end end end if(p==true and q!=true)or count(e)>9then if k>l then l=k end k=0 d=8 e={}s=80 end end
function _draw()cls()print(k.." "..l,0,0,6)for i in all(e)do rectfill(i.x,i.y,i.x+i.h,i.y+i.h,8)end rectfill(x,y,x+2,y+2,6)end

Leave a comment

Log in with itch.io to leave a comment.

Comments

(+1)

Simple but nicely made. I included it in my TweetTweetJam 2 compilation video series, if you’d like to take a look. :)