Brand new trailer for Shadow King!

Launch on Itch and Patreon on Friday!

Secrets, upgrades, bosses, puzzles, and all that jazz in this action packed game!

#metroidvania #pico8 #trailertuesday #gamedev

Last updated 1 year ago

pʌul bʌıleɥ · @bails80
6 followers · 16 posts · Server mastodon.gamedev.place

Just submitted my entry into 2023. It's a shmup inspired by Lazy Dev Academy's first shmup tutorial and I tried to pack as much polish into 1024 compressed bytes that I could!

Play it here: itch.io/jam/pico-1k-2023/rate/

cc's
youtube.com/@LazyDevs
@krystman

#Pico1k #pico8

Last updated 1 year ago

Ryan Nurse · @ryan_nurse
15 followers · 34 posts · Server mastodon.gamedev.place

Nailed it! We now have procedurally-generated space debris.

72 bytes left, is there anything else I can squeeze in 🤔

#pico8 #Pico1k

Last updated 1 year ago

Ryan Nurse · @ryan_nurse
14 followers · 33 posts · Server mastodon.gamedev.place

Almost, but not quite.

#pico8 #Pico1k

Last updated 1 year ago

Vicente Romero · @vteromero
12 followers · 33 posts · Server mastodon.gamedev.place

I've changed the cover image of my little game Chargle, just for fun! vteromero.itch.io/chargle

#pico8 #Pico1k #gamedev #indiedev

Last updated 1 year ago

Eric Billingsley · @ericb
200 followers · 56 posts · Server mastodon.gamedev.place

My submission for Jam 2023:

🏝️ Picopelago!🏔️

A terrain toy in 1024 bytes for the . Create landscapes or sit back and watch them change over time.

Play it on itch: sparsegamedev.itch.io/picopela
Lexaloffle BBS: lexaloffle.com/bbs/?tid=54075

#Pico1k #pico8

Last updated 1 year ago

Vicente Romero · @vteromero
12 followers · 32 posts · Server mastodon.gamedev.place

More ball physics testing. This time is called "Follow the leader"

#pico8 #indiedev #gamedev

Last updated 1 year ago

Shadow King aims to stay true to the classic recipe with fun and tricky platforming! The game will be out on friday!

Sub to my patreon (patreon.com/johanpeitz) or buy att full price on itch!

#metroidvania #gamedev #pico8

Last updated 1 year ago

Andrew Reist · @platformalist
176 followers · 182 posts · Server mastodon.gamedev.place

I think he's saying goodbye for the night

#pico8 #gamedev #indiedev #Pico1k

Last updated 1 year ago

Andrew Reist · @platformalist
176 followers · 182 posts · Server mastodon.gamedev.place

We're getting there, team! Closer and closer

#pico8 #gamedev #indiedev #Pico1k

Last updated 1 year ago

Andrew Reist · @platformalist
176 followers · 180 posts · Server mastodon.gamedev.place

A little better, but looks a little painful

#pico8 #gamedev #indiedev #Pico1k

Last updated 1 year ago

Andrew Reist · @platformalist
176 followers · 180 posts · Server mastodon.gamedev.place

One sign your math might be wrong

#pico8 #gamedev #indiedev #Pico1k

Last updated 1 year ago

Here's one I made earlier... ☀
(solution in reply)

#mag1keye #Pico1k #pico8

Last updated 1 year ago

🖼️ MAG1K EYE 👁️
A creation tool made in under 1kb of compressed code for Jam.
🌐 liquidream.itch.io/mag1k-eye
Features:
️🖌️ Paint & Render your own Autostereogram
🖱️ Made for Mouse+Keyboard
↩️ Undo/Redo (one level)
🖼️ Download finished images
🎞️ 60 FPS
If you create something, please tag it with or 🤓🤳

#pico8 #autostereogram #Pico1k #8bit #mag1keye #gamejam #3d #sizecoding

Last updated 1 year ago

Pico/Retro · @picoretro
101 followers · 102 posts · Server mastodon.gamedev.place

developers who publish your games on itch.io ... Do you publish native builds? what volume of support requests do you get for the Windows, Mac, & Linux builds? I have no Windows machines, so no way to investigate bug reports, and am worried about releasing Windows builds that I cannot support.

#pico8

Last updated 1 year ago

クーデルカ · @kdlc12
1 followers · 1 posts · Server mastodon.gamedev.place

working on a little hunter game

#pico8

Last updated 1 year ago

クーデルカ · @kdlc12
1 followers · 1 posts · Server mastodon.gamedev.place

working on a little hunter game

#pico8

Last updated 1 year ago

Explore a mysterious castle with many different environments while trying to defeat the Shadow King! Release next friday!

#screenshotsaturday #gamedev #pico8

Last updated 1 year ago

Ryan Nurse · @ryan_nurse
13 followers · 31 posts · Server mastodon.gamedev.place

I was hoping I'd be able to condense my beloved starfield effect enough to be able to fit it into my entry. Even better: I was able to condense it into a tweetcart (tootcart?)!

p={}
for i=1,32 do
add(p,{x=rnd(127),y=rnd(127),v=rnd(10)/10})
end
function _update()
for s in all(p)do
s.x-=s.v
if s.x<0then
add(p,{x=128,y=rnd(127),v=rnd()})
del(p,s)
end
end
end
function _draw()
cls()
for s in all(p)do
z=5
if(s.v>0.3)z=6
if(s.v>0.7)z=7
pset(s.x,s.y,z)
end
end

#Pico1k #pico8

Last updated 1 year ago

Pico/Retro · @picoretro
101 followers · 95 posts · Server mastodon.gamedev.place

Get far enough up the tower and you find a door, which will lead to the end-of-level boss battle.

#pico8 #gamedev #zubulus

Last updated 1 year ago