Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
A jam submission

Quick MathsView game page

Sharpen your brain in minutes with fun and educational math facts!
Submitted by roroyobert — 24 days, 3 hours before the deadline
Add to collection

Play 1kb pico-8 cartridge

Quick Maths's itch.io page

Compressed 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