1688 posts
Location
'MURICA
Posted 13 February 2013 - 07:10 AM
while true do
local w,h = term.getSize()
term.clear()
term.setCursorPos(math.random(w - 5), math.random(h))
term.setTextColor(2^math.random(14))
term.write('WASABI')
sleep(0.05)
end
wasabi
8543 posts
Posted 13 February 2013 - 07:28 AM
Geez, Kingdaro, how many times do I have to tell you not to code while you're drunk? :P/>/>
Locked.
3790 posts
Location
Lincoln, Nebraska
Posted 13 February 2013 - 07:44 AM
Actually, if you take away the term.clear() function call, it makes for an interesting screensaver.