2021 · Released
mhungerford · September 14, 2021 · Web
Nobody has tracked this yet.
XKCD is an amazing web comic at http://xkcd.com licensed under Creative Commons (Non-commercial clause). For the PICO-1K JAM. I wanted to see how well these comics could adapt to a ultra-minimal constraints:whole program under 1024 characters (including encoded 1-bit images and text)64x64 resolution Full code (1019 chars): function z(x,y,w,h,s)for b=0,w*h-1 do pset(x+b%w,y+b/w,((ord(s,b/8+1)&(1 b%8)*7)end color(0)end function w() while(btn()==0)flip() while(btn()!=0)flip() cls(7)end poke(24364,3)::_::cls(0)?"\^t\^w\#7\f0xkcd",16,20 ?"\f7press x",18,50 w()z(20,20,16,22,"◝◜◝ョ○◝◝ネかツOツき]おm\\のセりクャん...
Be the first to rank it.
Be the first to review picoXKCD - 64x64 comics #pico1k.