Cookie Clicker!

Discussion in 'Gaming' started by Choongjae, Sep 8, 2013.

  1. Screen Shot 2013-09-10 at 6.38.32 PM.png
    Code:
    function Beautify (value, notation) {
        notation = ['', ' thousand', ' million', ' billion', ' trillion', ' quadrillion', ' quintillion', ' sextillion', ' septillion'];
        base = 0;
        while(value >= 1000){
            value /= 1000;
            base++;
        }
        value = Math.round(value * 10) / 10.0;
        if(base < notation.length){
            return value + notation[base];
        }
        return 'to many';
    }
    Game.RebuildStore();
    
    Choongjae and princebee like this.
  2. So I herd about this game. 188.8 CpS. 38 cursors, 24 grandmas, 12 farms, one factory, two mines. ;-;
    Choongjae and princebee like this.
  3. huh, the latest version doesn't display the numbers like that,
    now isn't that weird?
    Choongjae, marknaaijer and 5chris100 like this.
  4. I thought i was supposed to put it in my sig...
    Apparentely not...
    Choongjae and princebee like this.
  5. Now, 369,147 cookies later, my finger is just starting to cramp up. :( Alright, ladies, take it from here!
    Choongjae and princebee like this.
  6. use javascript and put that code in.
    Choongjae likes this.
  7. Well, it would have been nice to mention that before lul
    Choongjae likes this.
  8. oh
    Choongjae likes this.
  9. Has anyone reset their games yet to get the prestige award? o.0
    for some reason, I didn't think it'd reset my upgrades too, taking me forever to get back up where I was!
    Choongjae likes this.
  10. I'm going to soon :p
    Choongjae likes this.
  11. In a day of playing all day through school:

    Choongjae and princebee like this.
  12. Why is this so addicting?!
    Choongjae likes this.
  13. Skinner's Box, mate.
    Nothing else needs to be said...
    Choongjae likes this.
  14. this games is so easy... i just left it for 2 hour while playing on EMC then just brought tonnes of stuff afterwards
    Choongjae likes this.
  15. Uh... Guys..... I dunno how to break this to you, but.... Uh.... I may have bought...... One Mind....... RUNNNNNN!!!!
    Choongjae and IronicSwordPlay like this.
  16. two afternoons gone... to get to 13,883.9CPS
    Choongjae and princebee like this.
  17. Same :D
    Choongjae likes this.
  18. oh btw, 40 million cps
    Choongjae likes this.
  19. I have... 22 mill cps, and 37 billion in da bank :p
    Choongjae and CoolCal14 like this.
  20. 153 mill cps :D
    Choongjae likes this.