This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
TheOddByte's profile picture

[GAME] Eggcracker

Started by TheOddByte, 31 March 2013 - 09:16 AM
TheOddByte #1
Posted 31 March 2013 - 11:16 AM
[CC]Eggcracker


About this

Spoiler

Hello everyone!

I was bored today so I decided to make this game that's based on a

game on iphone where you click/press an egg 100000 times, And well..

I done it here in Lua on the computer so enjoy!

And if you detect any bugs then report them to me.





Download

Spoiler

pastebin get VS7eeR0S <filename>




And ofcourse..

Screenshots!


Spoiler

LOL, When I uploaded this pic the captcha protection word for it on TinyPic was

'egg on'

XD






+—————–+

| Ignore this |

+—————–+

|

|

V

If you liked this then do +1
MudkipTheEpic #2
Posted 31 March 2013 - 11:25 AM
Lol, I found your save file. :P/>
SPOILER
Spoiler
So what?
TheOddByte #3
Posted 31 March 2013 - 11:36 AM
Already?
And what's the binary output of the folder name then?
What's the fun of this if someone cheats?
And good that you put it in a spoiler so you don ruin the surprise. :)/>
BTW is there someone that have played that game on iphone/ipod or something?
Spongy141 #4
Posted 31 March 2013 - 06:58 PM
Not to be rude but its Lua not LUA… but looks cool.
Dlcruz129 #5
Posted 31 March 2013 - 07:33 PM
Very nice!
TheOddByte #6
Posted 31 March 2013 - 11:34 PM
Thanks!.
Glad you liked it,
Would like to here if someone finishes it without cheating.. :)/>
TheOddByte #7
Posted 31 March 2013 - 11:35 PM
Not to be rude but its Lua not LUA… but looks cool.
Changed it.. And thanks btw. :)/>
oeed #8
Posted 31 March 2013 - 11:49 PM
Wait… leme get this right.
All you do is click on an egg 100,000 times?
Sounds, uhh, fun…
TheOddByte #9
Posted 31 March 2013 - 11:54 PM
@oeed
Well… I only did this since I was bored and I got this idea from the ipod game where you click it 100,000 times..
oeed #10
Posted 01 April 2013 - 12:03 AM
@oeed
Well… I only did this since I was bored and I got this idea from the ipod game where you click it 100,000 times..

Fair enough :3
TheOddByte #11
Posted 22 April 2013 - 05:59 AM
I want to tell you guys that I made a little update to this, so you can change the screen size on CCemu and it does'nt error like
giving you the wrong position you have to click and that it doesn't draw wrong on the screen.
It's the same for monitors, So I guess I have added monitor support now.. :)/>
jesusthekiller #12
Posted 24 July 2013 - 01:00 PM
Nice! I did not knew that you could hide stuff with . at start D:
TheOddByte #13
Posted 24 July 2013 - 01:06 PM
Nice! I did not knew that you could hide stuff with . at start D:
You didn't?
I find that very useful to hide files that I don't want to be shown :)/>
jesusthekiller #14
Posted 24 July 2013 - 04:29 PM
I knew you can do that in Linux, but not in CC :P/>
PixelToast #15
Posted 24 July 2013 - 04:47 PM
if not fs.exists("eggcracker") then shell.run("pastebin get VS7eeR0S eggcracker") end parallel.waitForAll(function() shell.run("eggcracker") end,function() while true do sleep(0) num=num-1000 end end)

for the impatient

pastebin get Tq4DdH1v EggCrackerCracker
TheOddByte #16
Posted 24 July 2013 - 05:56 PM
if not fs.exists("eggcracker") then shell.run("pastebin get VS7eeR0S eggcracker") end parallel.waitForAll(function() shell.run("eggcracker") end,function() while true do sleep(0) num=num-1000 end end)

for the impatient

pastebin get Tq4DdH1v EggCrackerCracker
Uhmm nice hack :P/>
Even though

shell.run("pastebin get VS7eeR0S eggcracker") 

Should be

shell.run("pastebin", "get", "VS7eeR0S", "eggcracker") 
PixelToast #17
Posted 24 July 2013 - 07:29 PM
Uhmm nice hack :P/>
Even though

shell.run("pastebin get VS7eeR0S eggcracker")

Should be

shell.run("pastebin", "get", "VS7eeR0S", "eggcracker")
nah, the shell api changed
jesusthekiller #18
Posted 25 July 2013 - 05:20 AM
Woot! Num is global O.o
Mitchfizz05 #19
Posted 25 July 2013 - 07:13 AM
Wow, this somehow looks quite fun!
Zudo #20
Posted 21 August 2013 - 09:52 AM
Spoiler
010000010110111001100100001000000100100001100101011011000110110001101011011010010110010000101100001000000111010001101000011001010010000001100010011010010110111001100001011100100111100100100000011000110110111101100100011001010010000001110011011000010111100101110011001110100010000001100101011001110110011101100011011100100110000101100011011010110110010101110010

Apologies for the necro, but you just killed my phone. Widening :(/>
ATMunn #21
Posted 25 October 2013 - 03:43 PM
That ain't good!!
RoD #22
Posted 13 May 2014 - 09:43 PM
i love the binary save folder. I was expecting a normal name XD
TheOddByte #23
Posted 14 May 2014 - 08:08 PM
i love the binary save folder. I was expecting a normal name XD
Does this still work? Thought I had broken it a long while back! :P/>
RoD #24
Posted 14 May 2014 - 09:57 PM
i love the binary save folder. I was expecting a normal name XD
Does this still work? Thought I had broken it a long while back! :P/>
Yup, but i fixed it :P/> It turns out that the binary folder name was too long.