My high score is 348, let me know if you manage to beat it! :D
Thanks @liquidream.bsky.social for hosting this jam!
#pico8 #pico1k
My high score is 348, let me know if you manage to beat it! :D
Thanks @liquidream.bsky.social for hosting this jam!
#pico8 #pico1k
Moved all of the sprite assets into code, smoothed the animations, and shrank a bunch of the logic code down, made it down under 1009 bytes compressed.
Now time to enter my favorite loop--each byte I remove gives me more bytes to add new stuff in. :D
#pico8
r=sin::o::for o=rnd(3)\1,128,3do for d=rnd(3)\1,128,3do pset(o,d,0)e=o-10n=d+21for f=0,1do i=t()-f/2if((4*r(i/2)+16*r(sqrt(e^2+n^2)/70-i/8)+3*r(e/(100+10*cos(n/9)))+cos(n/(31+6*r(e/10))))\3==0)pset(o,d,2-f)
end end end flip()goto o
#pico8 #tweetcart
r=sin::o::for o=rnd(3)\1,128,3do for d=rnd(3)\1,128,3do pset(o,d,0)e=o-10n=d+21for f=0,1do i=t()-f/2if((4*r(i/2)+16*r(sqrt(e^2+n^2)/70-i/8)+3*r(e/(100+10*cos(n/9)))+cos(n/(31+6*r(e/10))))\3==0)pset(o,d,2-f)
end end end flip()goto o
#pico8 #tweetcart
#AdventOfCode adventofcode.com
Great again this year, though I started late and was busy, so only managed to break top 1k 5 times. Puzzle 15 Part 2 was a fun one for stretching Sokobon-coding muscles, and makes for a nice ASCII visualization.
#AdventOfCode adventofcode.com
Great again this year, though I started late and was busy, so only managed to break top 1k 5 times. Puzzle 15 Part 2 was a fun one for stretching Sokobon-coding muscles, and makes for a nice ASCII visualization.