The Tree of Life
Posted May 26, 2023. Updated July 1, 2023. Played 24661 times for a total of 54020 hours.
description
An extremely long TMT-based game! Contains dozens of layers, currencies, and minigames!
latest update
v2.065 v2.065 July 1, 2023
- Balanced Extreme Mode until 239 Chromosomes.
- Fixed achievement hovering making it grow.
- Fixed a bunch of small wording issues.
- Added two custom saves.













newest comments
top comments
For a more technical explanation, the mechanisms that browser games use to run code repeatedly are "rate limited" (ie ticking less often) when the tab is out of focus to try and save computer resources. Therefore, ticks happen less often, and number go up slower :(
> Couldn't you factor in the time without ticks to make the numbers bigger?
Yes, and TMT already does that. I think the issue in this case may be autobuyers, but I am not certain.
> Couldn't you make the autobuyers just run multiple times?
That would make the game even laggier, and I think it would be fairly difficult to implement. I'm not well-versed with the ToL code though, so I may be wrong.