

A tribute/demake of the jump-rope mini-game from Super Mario Odyssey, made for Tweet Tweet Jam 3.Press Z to jump. PICO-8 source code (Ill write up a commented version later): h=0 d=1s=0.2j=0t=0p=0l=line w=rectfill poke(0x5f2c,3)function _update60() h+=d*s if (h>12)d=-1 if (h<0)then d=1if j==0 then p=0s=.2 else p+=1s+=.01 if (t =1)r(h,6) x(j) if (d<1) r(h,7) print(p,13,16,10)print(t,46,16,10)end function r(z,y)l(10,41-z,52,41-z,y)end function x(z) ?"웃",28,37-z,1 ?"😐",28,33-z,15 l(29,33-z,33,33-z...

Tap to see all activity →
No reviews for Jump Up, Pico Star! yet
Be the first to write one.