Skip to main content

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

Random Math DrawView game page

Maths can be useful!
Submitted by OsmineeNitro (@osminee) — 5 days, 10 hours before the deadline
Add to collection

Play game

Random Math Draw's itch.io page

How many characters of code did you use?
412

Include your code here, if you'd like to show it off!
x,y,c,s=239/2,135/2,9,false cls(0) function TIC() pix(x,y,c) move() if btn(4)then cls(0)end if btnp(5)then c=c+1 end if c>15 then c=1 end if btnp(6)and s==false then s=true elseif btnp(6)and s==true then s=false end if s==false then pix(x+x*3//6,y+x//5,c+2) pix(x*c//9*2,y^2%4*6//6%7,c+4) end end function move() if btn(0)then y=y-1 end if btn(1)then y=y+1 end if btn(2)then x=x-1 end if btn(3)then x=x+1 end end

Leave a comment

Log in with itch.io to leave a comment.

Comments

No one has posted a comment yet