Log In  
Follow
Adam Atomic
:: Unfold ::

Cart #23842 | 2016-06-29 | Code ▽ | Embed ▽ | License: CC4-BY-NC-SA
58

better etchasketch! ~118 characters (110 w/o clear-screen or random color)

cls()
x=0 y=0
while 1 do
if(btn(0)) x-=1
if(btn(1)) x+=1
if(btn(2)) y-=1
if(btn(3)) y+=1
pset(x,y,7+rnd(9))
flip()
end
P#23825 2016-06-29 12:20 ( Edited 2018-07-06 08:35)

Follow Lexaloffle:          
Generated 2023-03-31 06:20:37 | 0.055s | Q:8