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

!TweetTweetCart: Green Vomit Golf Ball vs. Red Zombie DotsView game page

Submitted by GuerraGames (@guerragames) — 1 day, 14 hours before the deadline
Add to collection

Play game

!TweetTweetCart: Green Vomit Golf Ball vs. Red Zombie Dots's itch.io page

How many characters of code did you use?
552

If you're comfortable with it, paste your game code here, so we can marvel at your achievement!
z=rnd
b=0::r::
v=z(4)s=0t=0q=0l={}g={}f=circfill
u=pairs
::_::
cls(v)
add(l,{x=64,y=64,a=q+z(.05),r=8+z(4)})
t+=.0002
if(btn(0))q+=.01
if(btn(1))q-=.01
if(#g<999)add(g,{a=z(),r=88})
f(64,64,9,0)
f(64,64,8,7)
for h,j in u(g)do
j.r-=.1+z(t)j.x=64+j.r*cos(j.a)j.y=64+j.r*sin(j.a)f(j.x,j.y,2,8)
if(j.r<8)goto r
end
for k,p in u(l)do
p.r*=.85+z(.1)p.x+=p.r*cos(p.a)p.y+=p.r*sin(p.a)f(p.x,p.y,p.r/2,11)
if(p.r<.5)del(l,p)
for h,j in u(g)do
if(p.x<j.x+4 and p.y<j.y+4 and p.x+4>j.x and p.y+4>j.y)del(g,j)del(l,p)s+=1
end
end
if(s>b)b=s
?s..","..b
flip()goto _

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet