The Longest Tree Beta

Posted May 10, 2023. Updated May 10, 2023. Played 1096 times for a total of 846 hours.
description
Somewhat of a sequel to TLI (The Longest Incremental), has a few working layers but got abandoned thanks to even more internal conflicts. Made by a group of people, somewhat similar to the people who made TLI
newest comments
BUY MAX DIFFICULTY DOES NOTHING BC IT AUTO RESETS
monospace font looks better
i cant get bees
@Dark7 OOM is not a multiplier, its an exponent
OOM x (where x is a number) is just 10^x
@Dark7, no OOM is not a multiplier, it's an exponent. 1 is always OOM 0 and when you increase OOM by 1 you multiply the number by a fixed reference value, usually 10, and if that value is 10 it's indeed the number of zeroes. OOM -1 = 0.1, OOM 0 = 1, OOM 1 = 10, OOM 2 = 100, OOM 3 = 1000...
The reference value can be something else, like 2, in that case you'd get: OOM -1 = 0.5, OOM 0 = 1, OOM 1 = 2, OOM 2 = 4, OOM 3 = 8, OOM 4 = 16...
top comments
Bees are stuck at 1, cooldown isn't ticking down, bought the upgrade to gain more bees per second and still stuck at 1.
i cant get bees
why is the bee thing not working? can someone open up the browser inspector and figure out what's up so we can get a bandaid fix?
@Dark7, no OOM is not a multiplier, it's an exponent. 1 is always OOM 0 and when you increase OOM by 1 you multiply the number by a fixed reference value, usually 10, and if that value is 10 it's indeed the number of zeroes. OOM -1 = 0.1, OOM 0 = 1, OOM 1 = 10, OOM 2 = 100, OOM 3 = 1000...
The reference value can be something else, like 2, in that case you'd get: OOM -1 = 0.5, OOM 0 = 1, OOM 1 = 2, OOM 2 = 4, OOM 3 = 8, OOM 4 = 16...
@unicodes OOM is order of magnitude it basically talks about the number of zeros in ur number or smth