Create Incremental

Posted April 4, 2024. Updated May 15, 2024. Played 15677 times for a total of 14734 hours.
description
A game where all the features are decided by some group of people. (I did the coding)
Forum with ideas: galaxy.click/forum/thread/255 (I did my best to make things more balanced and slightly less confusing.)
There will be no in-game changelog as galaxy is way better at that.
I would appreciate it if someone would make a thumbnail for the game.
Bug Reports / Playtesting is available in the discord server: discord.gg/wt5XyPRtte
latest update
Nan fixes December 15, 2024
Fixed a bunch of NaN bugs caused by getting the logarithm of a negative number.
view all updates
newest comments
Hey, the NaN problem for 'Buy Max' in Dark Matter is caused by dividing by zero in the buyMax function (
buyMax.JS
line 287-288):buyBH1 = player.DM.points.max(1).log(10).div(Decimal.max(1).log(1000, 10)).max(1).log(10).div(Decimal.max(1).log(1.1, 10)).floor()
buyBH2 = player.DM.points.max(1).log(10).div(Decimal.max(1).log(1000000, 10)).max(1).log(10).div(Decimal.max(1).log(1.4, 10)).floor()
the
div(Decimal.max(1).log(1000, 10))
is what's problematic:log(1000,10)
orlog(10000000,10)
evaluate to 0, so then you're dividing by zero!I had AI rewrite this function and it fixes the NaN at least. (it used an iterative approach to figuring out how much one can buy; exponential search then binary search; properly calling the
layers.BH.buyables[ID].cost(amount)
function rather than this big ol mess of dividing by zero)Currently locked out of end game, getting NaN'ed. Please fix im having so much fun
So 1e80 BHV is an instant NaN....i beg you to fix this (UPVOTE)^^
Can't buy max in dark matter. you get NaN'ed
Don't use an autoclicker to get buyables. I just got NaN'ed
top comments
yippie create incremental
developer response: yippie
you can recurse in this game (go to and from the updates page linked in the """changelog""")
So 1e80 BHV is an instant NaN....i beg you to fix this (UPVOTE)^^
Live on galaxy!!! Let's go!!!
Getting NaN crashes every time dark matter autobuyer triggers