7
Drag mouse to draw
Color changes randomly
MonstersGoBoom
|
Hey there , really beautiful work, I hope you don't mind I made some optimizations to the code to enable 60fps on my local machine. they are here if you'd like to see them. replacing math.floor with integer division gives quite a boost, and removed pix(x,y,c) and replaced with poke4.
https://gist.github.com/Nullious/525b6d24e7c0fb4e74def45064319f2e |