This is the progress I have made on my incremental/idle game (idk which one it will turn into)
Project Link: Snap! Build Your Own Blocks
Thanks to coder_07 for the block that says ω instead of W+ (snap didn't like me trying to copy paste)
Change log:
2023 Nov-11: I added the change log and also made the game balanced. (Just realized I should add this changelog to the project description but I'm to lazy)
2023 Nov-14: I added a news message ticker thingy meaning this is a real idle game! (will figure out lists to make it better)
Yeah. I had issues copy and pasting the omega sign (It wouldn't let me for some reason) I will import the script you have though thx
Edit: Omega is a currency/over infinity number atm for some upgrades but in the future I'll figure out the prestige shop and make omega actually do something.
Ah ok I just loaded the library and I'm working on figuring out what to do to fix the number display (it breaks when using the library aka turning on the big nums and it says "Can't display an object" or something along those lines)
Oh. We aren't understanding each other. The whole point of the bignums library is that you get exact integer results, no matter how many digits, to computations on integers, along with exact rational and complex numbers:
If that isn't what you want, just turn bignums off
or just don't load the library in the first place.
Note, though, that numbers in scientific notation can't get bigger than a certain size:
Anyway, the misunderstanding in the other direction is that we all thought exact integer values were what you wanted. Could you explain again what you do want?