Play 1kb pico-8 cartridge
Quick Maths's itch.io pageCompressed Bytes used
223
Source Code (OPTIONAL)
function p(a)return ceil(rnd(a))end
cls(p(15))
function m(a,b)return a*b end
function n(a,b)return a+b end
o=({m,n})[p(2)]
q=p(99)
r=p(99)
s=p(999)
v=o(q,r)
u=v+s
?q..({[m]="*",[n]="+"})[o]..r.."+"..s,44,44,7
function w()
::♥::
flip()
if btnp()>0 then goto ◆ end
goto ♥
::◆::
end
w()
?"="..v.."+"..s
w()
?"="..u
w()
run()
Leave a comment
Log in with itch.io to leave a comment.
Comments
No one has posted a comment yet