A while ago, I started writing a program that would give you a whole bunch of averages and info based upon your Call of Duty 4 Online stats. A friend started tossing ideas my way, and we ended up with something like this.
UPDATE: March 13th, 2010
Modern Warfare 2 Support
Version 2.4
https://sites.google.com/site/codstatscalc/
Modern Warfare 2 Support
Version 2.4
https://sites.google.com/site/codstatscalc/
i'm liking this, once i get a 1.00 kill/death ratio, i'm hitting print screen and setting a new desktop image haha. Cant Wait!
ReplyDeletejn
ReplyDeleteThis is cool! Your website is awesome!
ReplyDeletehow do u type it in everytime i type it in it says type in numeric something wtf
ReplyDeleteShort answer: You have to fill every box with some value.
ReplyDeleteLong answer: Because most programming languages treat unused variables as zeroes, every box has to be filled with an integer greater than zero for the equations to evaluate correctly. For example, if there was no value for Kills and you hit calculate, the program would try to divide by zero which would cause the whole program to crash and burn.