Home
Random
Recent changes
Special pages
Community portal
Preferences
About Stockhub
Disclaimers
Search
User menu
Talk
Contributions
Create account
Log in
Editing
Module:Sandbox/bfggf/sometest
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
cookies = 0 term.clear() cursorh = false clr = 0 costcl = 12 rafir = true while true do term.setBackgroundColor(colors.black) term.setCursorPos(1,9) print("Cookies: "..cookies.."") paintutils.drawPixel(23,9, colors.green) event, button, x, y = os.pullEvent() if cookies == 30 and cursorh == false then paintutils.drawPixel(51, 1, colors.white) cursorh = true elseif event == "mouse_click" and cursorh == true and x == 51 and y == 1 and cookies > 14 then cpx = math.random(22,24) cpy = math.random(8,10) paintutils.drawPixel(cpx, cpy, colors.white) if rafir == false then clr = clr / 2 else clr = clr + 10 rafir = false end costcl = costcl + 3 cookies = cookies - costcl elseif event == "mouse_click" and x == 23 and y == 9 then cookies = cookies + 1 end end
Summary:
Please note that all contributions to Stockhub may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Stockhub:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Template used on this page:
Module:Sandbox/bfggf/sometest/doc
(
edit
)