MINI BLOONS

A demake of the classic bloons flash game in 557 characters

Up/Down arrow keys to aim
Hold Z to shoot

Made for Tweet Tweet Jam 4

Cartridge code (made with Pico-8 0.2.0d)

e={}f=1m=btn
c=circfill
a=.9q=.01p=0u=.3h=0l=5n=print
for w=64,108,8 do
for z=8,80,10 do
add(e,{x=w,y=z})end
end::w::cls(12)c(0,130,32,7)n(48-#e)n("웃",4,96,0)for i=1,l do
n("|",i*2,116)end
if p<1 and l>0 then
if(m(2))a+=q
if(m(3))a-=q
if(m(4))f=4+sin(u)*4h=1u+=q
if(not m(4)and h>0)h=0l-=1p=1t=0 goto w
for i=0,f*3 do
c(9+sin(a)*i,96-cos(a)*i,i/5,8+i/9)end
else
t+=.5y=96-t*cos(a)*f+(t/3)^2x=8+t*sin(a)*f
if(y>128or x>128)f=1u=.3p=0
c(x,y,1)end
for i in all(e)do
if(p>0 and(x-i.x)^2+(y-i.y)^2<18)del(e,i)
n("|",i.x,i.y,7)n("●",i.x-2,i.y-3,8)end
flip()goto w


StatusReleased
PlatformsHTML5
Rating
Rated 4.5 out of 5 stars
(2 total ratings)
AuthorCraig Tinney
GenreAction
Made withPICO-8

Leave a comment

Log in with itch.io to leave a comment.