1K Hopper remake #Pico1k
- September 23, 2022
- SkyBerron
Jump on the platforms. Don't fall into the lava. The higher you get, the higher the score. A game in 1023 Compressed Bytes of code for PICO-1K Jam 2022 #Pico1k Code: _set_fps(60)h=0s=0::s::m=0for i=0,4^7do x=i%128y=i\128z=16*cos(x/64)+24*sin(y/64)+16*sin((x+y)/128)sset(x,y,z%16+({0,.5,.75,.25})[1+x%2+y%2*2])end poke2(24376,1028)for i=0,3do a=1+i%2b=i\2c=a+b*16mset(a,b+1,c)mset(4+a,b+1,c+2)end mem…