Skip to main content

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

Visual bug: decimals are not shown for numbers higher than 1 Sx.
Since this is an idle/incremental game, I'm not sure if this is an "end-game bug", but x200 upgrade multiplier seemes to work corretcly, and 200th Lemonade Stand costs over 1 Sx so I consider this as a regular bug.

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!