Skip to main content

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

hi, i've fixed the bug. thanks for the report!

The numbers are still bugged. After 1*10^24, the game shows 10*10^25 and then 100*10^26. Correctly, it should show either 1*10^25 and 1*10^26 (scientific notation), or 10*10^24 and 100*10^24 (engineering notation). The way the game currently shows number is an incorrect mixture of these two notations.

(+1)

thank you for noticing. the abbreviations should now appear until 10^36,  10^37 should display as "10*10^36" and 10^38 should display as "100*10^36". sorry for the delay!