48%4reviews
1K Q-Shooter #Pico1k
2023Shooter
Looking for games like 1K Jetpac #Pico1k? Here are top action recommendations, selected from player-similarity data — start with 1K Q-Shooter #Pico1k, 1K Bomberguy #Pico1k or 1K Planes #Pico1k.
1K Q-Shooter A mini shoot'em up in 1024 Compressed Bytes of code for PICO-1K Jam 2023 #Pico1k A fast paced shoot'em up with lots of alien invaders moving very fast. Don't stay in the same place for too long and keep shooting!!! Difficulty level increases with time. As level goes up, enemies get even faster and more bullets are sent to you. S = Score H = Highscore L = Level ♥ = Lives Code: _set_fp…
View GameA bomberman demake in 1024 Compressed Bytes of code for PICO-1K Jam 2023 #Pico1k Code: poke(24405,0)cls()?"\fc\^:3c5a7e187e183c66\fd\^:ee0eeee0ee0eeee0\ff\^:007e5a66665a7e00\f8\^:30081c363a3e1c00\fa\^:0055aa0000aa5500\fa\^:2442244224422442" poke(24405,96)_set_fps(60)h=0function f(x,y,d,c,m,b,u,v)while d>=0and(c3)do c=mget(x\8,y\8)mset(x\8,y\8,m and((c==2or c>3)and 0or c)or((c==0or c>=3)and b or c…
View Game1K Planes #Pico1k Dodge and shoot down enemy planes! A game in 1020 Compressed Bytes of code for PICO-1K Jam 2025 #Pico1k Features: Smooth 60 fps gameplay.Lots of enemy planes flying around you.Unlimited ammo.Crazy aerial acrobatics.Big explosions!Highscore. Controls: Left/Right/Up/Down Code: _set_fps(60)poke(24405,0)cls()s="\^:000000844cfcfcb8\^:00000001023d437f \^:c0c060000000000…
View Game1K Ghost Hunter Annoying ghosts are everywhere! Luckily you've got a brand new proton stream device. Get rid of them and advance to another room filled with more ghosts. Avoid contact with ghosts; they drain your energy. A game in 1021 Compressed Bytes of code for PICO-1K Jam 2025 Features: Smooth 60 fps gameplay. Ghosts are really annoying. Realistic proton stream physics.Lots of action…
View GameYour space ship is surrounded by Space Donuts and Space Squares. Shoot at them and don't let them touch your ship. A game in 1023 Compressed Bytes of code for PICO-1K Jam 2022 #Pico1k Code: _set_fps(60)poke(24405,0)for i=0,15do a=29-i*2b=31-i rect(b,i,a,i,12)rect(b,b,a,b)end circfill(16,48,15,7)circfill(16,48,8,0)rectfill(0,64,31,95,7)rectfill(8,72,23,87,0) poke(24405,96)for i=0,15do a=i%4b=i\4c=…
View Game1K Alien Blobs Are Coming #Pico1k Angry alien blobs are coming for you. How good are you at dodging alien blobs? A game in 1024 Compressed Bytes of code for PICO-1K Jam 2022 #Pico1k Code: _set_fps(60)h=0 for i=0,639do v=ord("#>$##,#,&,#>$#03#'#j4bj3#'#,,,,3#'#,,,,3#e1#0&,#e1#bsj=&,5h:),#,#&,;;,#,###o90)59bjj4824n9,,,,f$>9,,,,;##;0####s4kj//#####,#,##",i\4+1)-35sset(i%40,i\40,v\3^(i%4)%3)end ::r:…
View GameA Gauntlet demake in 1023 Compressed Bytes of code for PICO-1K Jam 2023 #Pico1k Destroy enemy spawners to advance to next level. Avoid being touched by enemies. The brighter enemies are, the more energy they drain when they touch you. Due to a highly intentional bug, you may freeze when surrounded by enemies, so choose your position well when facing a horde of enemies. Mazes are randomly generate…
View GameAvoid crashing into a tree. Take down other bikes. A demake of the classic ZX Spectrum game Deathchase (1983). A game in 1024 Compressed Bytes of code for PICO-1K Jam 2022 #Pico1k Code: _set_fps(60)for i=0,511do v=ord("###k#########%>0##k+##k+[s#s%+s#qs+>0=q#ss+0qm#ks+0k#qs%0##q=#0>#ss#0#ss#'es+#'es##'ok+##'k%##",i\4+1)-35sset(i%32,i\32,({0,12,6})[v\3^(i%4)%3+1])end ::r::n=0s=0l=6::s::x=64y=0z=n/…
View GameJump on the platforms. Don't fall into the lava. The higher you get, the higher the score. A game in 1023 Compressed Bytes of code for PICO-1K Jam 2022 #Pico1k Code: _set_fps(60)h=0s=0::s::m=0for i=0,4^7do x=i%128y=i\128z=16*cos(x/64)+24*sin(y/64)+16*sin((x+y)/128)sset(x,y,z%16+({0,.5,.75,.25})[1+x%2+y%2*2])end poke2(24376,1028)for i=0,3do a=1+i%2b=i\2c=a+b*16mset(a,b+1,c)mset(4+a,b+1,c+2)end mem…
View GameSpace is full of rocks and doors. Avoid them. A game in 1024 Compressed Bytes of code for PICO-1K Jam 2022 #Pico1k Code:poke(24405,0)p={} for i=1,128do p[i]={rnd(128)&124,rnd(128)&124} for j=128,0,-1do for i=1,8do q=p[i]circfill(q[1],q[2],j,j%16) circfill(q[1],q[2]-128,j) circfill(q[1],q[2]+128,j)end end memcpy(20*2048,0,4*2048) rectfill(8,0,31,15,0)?"\f1\^:1818181842c3db7e\b\f2\^:000024243c3c2400…
View Game