A browser project made in HTML5.
Souce code: function _init() points={} for c=1,100 do local p = { x=0, y=0 } add(points,p) end t=1 r=30 a1=0 a2=0 v1=0.01 v2=0.01 end function _update() if btnp(1) then v1+=0.01 end if btnp(0) then v1-=0.01 end if btnp(2) then v2+=0.01 end...