The current high score is 43.16m - I wonder if somebody found a way to cheat, or if they really really do not care about the wellbeing of their smartphone.
I don't endorse this.
Alternatively: skydiving!
41–50 of 122 posts
The current high score is 43.16m - I wonder if somebody found a way to cheat, or if they really really do not care about the wellbeing of their smartphone.
I don't endorse this.
Alternatively: skydiving!
Earlier quoted context omitted.
Apple should ban this app. The amount of support it is going to eat up not to mention the headlines the tech press is going to write are not worth it. Selling an app that is basically designed to break the phone is just a really bad idea.
Bad idea, perhaps. But why should Apple get to determine what is or isn't a bad idea for one to do with their own phone? (Although I would suspect part of the reason they banned it is to avoid claims of "Apple's so greedy that while they ban so many legitimately useful apps they allowed this one, just because it can break phones resulting in added profits for them from people buying replacement phones".)
When I saw it I laughed for a long time :-)
Think of it as the heart of a 2-part high-school physics project:
1. Develop a rocket that will carry your smartphone as its payload.
2. Develop a case that will allow your smartphone to survive the landing.
...and a 2-part college project:
3. Find investors for your high school project, then market it.
4. Profit!
The current high score is 43.16m - I wonder if somebody found a way to cheat, or if they really really do not care about the wellbeing of their smartphone.
Step one: find a tall building. I don't endorse this. Alternatively: skydiving!
Pah. That's nothing. I have an app idea called 'iSkip', where you skim your phone over the water and your phone sends back how many hops it did as it's last act.
I wonder how this app works: Obviously it must transmit the highscore quickly enough before the phone shatters. I hope it opens and warms up a connection before you throw it. Maybe it can constantly transmit the height and falling time/speed up until the last second of life of the phone
You just need to HTTP GET the following URL:
http://www.carrotpop.com/smth/php/save_result.php?id=&nickname=&country=&result=&latitude=0&longitude=0
* UID looks like an autoincrement ID* NICK is what you entered for the highscore
* HEIGHT is the float value of the height in meters, i.e. "1.23"
In the HTTP response, you get a data structure (not sure which encoding it is, but it is straightforward) of the highscore data:
[[["1.","LIATO","44.19m"],["2.","ROYBOY_91","43.16m"],["3.","YAIR40","35.12m"],["4.","GABRIEL","34.70m"],["5.","KAI","31.10m"],["6.","KAFAC99","21.06m"],["7.","JOSH","20.37m"],["8.","KEANSKI","17.61m"],["9.","EKREM6363","16.10m"],["10.","LORENZO","12.24m"],["2047.","MY BEST TRY","0.71m"],], ...
Edit: just opening the URL http://www.carrotpop.com/smth/php/save_result.php you can see the current stats, encoded as above.