Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Kupers

3
Posts
A member registered 54 days ago

Recent community posts

I agree, since I wrote a calculator for such numbers in C++. I won't force you to make decisions, I'm sorry if I sounded disrespectful.

Alternatively, when the size number approaches the upper limit, store the result in a string of characters instead of the numeric memory type. For example, you used prefixes for the word "meter". A numeric variable can go from 0 to 999.9, then changing the prefixes or adding new ones. Or by adding zeros at the end, as you did in the previous game. You can do the same with graphics, that is, you can separate the rendering from the values, simulating the growth rate based on actual numerical variables, while text variables carry information about the degree of enormity of the size.

Hello, author, I really like all your games for the idea of "the bigger the better, without exceptions". After all, for me, even the size of "the infinity of existence" is no longer enough. But I noticed that you have some problems with super-large numbers. Tell me, what exactly are the problems that cause you to run into the limit? I have experience working with huge numbers and maybe I can suggest something. I'll be happy to help if I can.