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

!TweetTweetCart: Bloody HellView game page

Bloody Hell Bullet Hell
Submitted by GuerraGames (@guerragames) — 3 days, 2 hours before the deadline
Add to collection

Play game

!TweetTweetCart: Bloody Hell's itch.io page

How many characters did you use?
540

Include your code here, if you'd like to show it off!
w=0
::r::
g=0q=0s=1p={}n=64m=80
::_::
cls()
if(rnd()<.2+.001*q)add(p,{x=rnd(128),y=-10,vy=.2+rnd(.4),vx=.3-rnd(.6),s=1+rnd(4)})
for k,v in pairs(p)do
v.x+=v.vx v.y+=v.vy
circfill(v.x,v.y,v.s,8)
end
for k,v in pairs(p)do
if(v.y>130)del(p,v)
end
rect(0,0,127,127,8)
?q..","..w,2,2,7
if g==1 then
if(btnp(4) or btnp(5))goto r
?"game over!",44,60,7
else
q+=1
if(q>w)w=q
if(pget(n,m)==8)g=1
n+=(btn(0)and-s or btn(1)and s or 0)
m+=(btn(2)and-s or btn(3)and s or 0)
circfill(n,m,1,7)
pset(n,m,t()%.2>.1 and 12 or 10)
end
flip()
goto _

Leave a comment

Log in with itch.io to leave a comment.

Comments

Nice little game! I included it in my TweetTweetJam 2 compilation video series, if you’d like to take a look. :)