Log In  
Follow
Adam Atomic
SHOW MORE

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 2024-03-19 06:17:58 | 0.077s | Q:8