Giter VIP home page Giter VIP logo

Comments (4)

Aktanusa avatar Aktanusa commented on July 24, 2024

First off, I rewrote Cookie Monster from scratch only reading the code and the reimplementing the way I like it. I did it this way because I didn't like how the whole simulating system worked on the actual data in the old version which would cause crazy things to happen when a new version of Cookie Clicker came out. My version is very safe in that regard in which you won't all of a sudden keep changing seasons or gain/lose a ton of cookies/buildings/upgrades/achievements. With that said, when I first reimplemented short numbers, I didn't like how it was doing "Qa", so I did it the way I like it. Basically, I used pretty much none of the old CMo's code.

Short scale is based off of this, which is more common anyway. I just did it to make sure there was no confusion on the type of scale.

from cookiemonster.

Aktanusa avatar Aktanusa commented on July 24, 2024

I should note that if you really want to change it, all you need to do is go to your browser JS console and change this:

CM.Disp.shortScale = [ 'M' , 'B' , 'Tr' , 'Quadr' , 'Quint' , 'Sext' , 'Sept' , 'Oct' , 'Non' , 'Dec' , 'Undec' , 'Duodec' , 'Tredec' ];

to whatever you like.

from cookiemonster.

Hyphero avatar Hyphero commented on July 24, 2024

I like how this 'compact' one looks (they stop being good after quattuordecillion):

CM.Disp.shortScale = [ 'm' , 'b' , 't' , 'q' , 'qt' , 's' , 'sp' , 'o' , 'n' , 'd' , 'u' , 'do' , 'te' , 'qo' ];

from cookiemonster.

Aktanusa avatar Aktanusa commented on July 24, 2024

While it is nice compact, what I didn't like is the lack of a common way to choose what letter, hence why I did what I did

from cookiemonster.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.