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

Pico Invaders for #Pico1kView game page

A "hard" mode entry for pico-1k-2022
Submitted by geometric-games (@twitonatrain) โ€” 25 days, 56 minutes before the deadline
Add to collection

Play game

Pico Invaders for #Pico1k's itch.io page

Compressed Bytes used
636

Source Code (OPTIONAL)
hi=0d=del::v::x=60๐˜ด=0lvl=1::๐˜ณ::r=0a=add
?"\as4x5c1egc2egc3egc4"
en={}fb={}eb={}f=1
for i=0,31do
a(en,{x=i%8*10,y=i\8*10})end
::_::cls()if(btn(โฌ…๏ธ))x-=2
if(btn(โžก๏ธ))x+=2
if(btnp(โŽ))๐˜ด-=1a(fb,{x=x+4,y=128})
for b in all(fb)do
b.y-=4for e in all(en)do
if b.x>=e.x and b.x<=e.x+7and b.y>=e.y and b.y<=e.y+7then
d(en,e)d(fb,b)๐˜ด+=10
goto k
end
end
circ(b.x,b.y,1,12)if(b.y<0)d(fb,b)
::k::end
?"\^:183c243c3c7ee781",x,120,7
sf=f*min(32/#en,4)dn=r
r=false
for e in all(en)do
if(dn)e.y+=4
c=11e.x+=sf
if(rnd(300)\1<=lvl)a(eb,{x=e.x+4,y=e.y+2})c=7
if(e.x\8)%2==0then?"\^:7e9999ff66242442",e.x,e.y+8,c
else?"\^:7e9999ff66244281",e.x,e.y+8,c
end
if e.x>=120then
f=-1r=true
elseif e.x<=0then
f=1r=true
end
if(e.y>110)r=30goto g
end
for b in all(eb)do
b.y+=2
if b.y>=120and b.y<128and b.x>=x and b.x<=x+8 then
r=30goto g
end
circ(b.x,b.y,1,8)end
?"\^iscore:"..๐˜ด,0,0,7
if(#en==0)lvl+=1goto ๐˜ณ
flip()goto _
::g::
hi=max(hi,๐˜ด)cls()r-=1
?"\^t\^wgame over"
?"score:"..๐˜ด
?"hi-score:"..hi
?"press โŽ to start"
if(btnp(โŽ)and r<0)goto v
flip()goto g

Leave a comment

Log in with itch.io to leave a comment.

Comments

Submitted

Hey pretty neat invaders minification! The "bullet hell" take on it makes for hard play. Also the player can move outside the screen bounds to evade enemy fire.

DeveloperSubmitted(+1)

Ssssshhhhh, don't tell people about the out of bounds movement!

Submitted (4 edits) (+1)

I like the animation, and the game over screen is surprisingly stylish. Some destructible barriers would be nice, but don't know how that would work with the super fast bullet-hell-type design. Feels like these guys just raided the puny earthlings' espresso supply.๐Ÿ˜‹