7acques.bsky.social
@7acques.bsky.social
Reposted
Added some little fellas. Plan is to have them not move directly towards the player, but position themselves to shoot black ink at them instead.
These also explode in color once shot, so the player will be able to chain them together for a score mult.

#pico8 #gamedev
January 1, 2026 at 10:30 PM
Reposted
#picotron decay wallpaper; poke(0x547d,0x3f) to only clear some pixels each frame. Paste this into a terminal:

store("/ram/decay.lua","window{wallpaper=true}function _draw()cls()poke(0x547d,0x3f)for i=1,1000 do circ(rnd(480),rnd(270),5,18) end end")create_process("/ram/decay.lua")
December 22, 2025 at 9:30 PM