Switched the palette to wonderful 32, instead of Pico8, and increased the resoultion to 384x216. I dont feel so limited now. ^_^ Mocking up continues.

2 18

I made instruction card.
(old arcade style?)

11 49

triiiiangles~ fun to try and reimplement effects, always lots to learn

8 59

Trying a version with the 2 pink colors replaced for more blues. I do like the new blues in the extended palette

4 22

Messing around with an idea for a platformer in

6 28

Dungeon Witches is now in development! (ver.0.2.0)
this can play in your browser..
https://t.co/QnfEjI8qOv

14 28

My entry for Rainbow Tunnel!🌈

🎮> https://t.co/UyLWJmcih5
🌟> https://t.co/yoE8KVEw20

My best score is 560. Try to beat it!

Code in the next tweettweets!

54 139


cls(7)
circfill(64,64,36,0)
function _draw()
for i=0,3000 do
x=rnd(128) y=rnd(128)
circfill(x,y,1,pget(128-x,y))
end
end

16 121

is available before it's release for GOLD members! It was made using the awesome It just lacks a few musics for an official release... 😅

4 7

16x16 Crates using palette

8 84

All done and packed, including a final boss! 32x128 with an empty tile, leaving another 32x128 for Title, graphics and extras. I do love these limitations.

6 30