Talk:KBounce
Untitled
[edit]its messy, and perhaps too complex as is, I got tied up with my wording at points, so any tips or edits to clean it up are probably in best interests. Trjn 06:03, 13 September 2005 (UTC)
Theoretical Limits
[edit]I would love for someone to double, triple, hell, everyone check my maths there. Im not so sure its right, but Im pretty sure it is. I made a c++ code snippet to check to score using integers if it helps:
void doint(int max) { int sum=0; for(int i=1;i<=max;i++) sum += 2*(100-((504-(i+1))/504 * 100))*(i+5) + (15*(i+1)); cout<<"Score (int):\t "<<ios::fixed<<sum<<endl; }
find/replace int with double and you get the 'real' answer. -Trjn 06:26, 7 July 2006 (UTC)
- Addendum
I could be mistaken, but I believe that the new technique makes these limits obsolete, since a 97% completion rate is possible for any level.
I seem to be prevented from uploading a screencap, though I've explained the new technique on wikihow - I'll return and post a screencap of a new high score when I'm able, unless someone wants to suggest something better. Emdoub (talk) 19:30, 16 November 2009 (UTC)