galaxyBETA
explore
· ·
log in

log me in

log in forgot password

don't have an account?

sign up

Create Incremental

Thumbnail

developed by

developed by BanaCubed contributor

favorites

completed

150 ratings

rated 4.0 stars, 150 ratings.
tmtjsactivehours2d

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

similar games

newest comments


arglbargl April 11, 2025
+2comment score: 2

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) or log(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)

MuteImpulse April 10, 2025
+1comment score: 1

Currently locked out of end game, getting NaN'ed. Please fix im having so much fun

Galaxy1 March 12, 2025
+18comment score: 18

So 1e80 BHV is an instant NaN....i beg you to fix this (UPVOTE)^^

Galaxy1 March 12, 2025
+5comment score: 5

Can't buy max in dark matter. you get NaN'ed

Galaxy1 March 11, 2025
+2comment score: 2

Don't use an autoclicker to get buyables. I just got NaN'ed

top comments


adoplayzz April 7, 2024
+27comment score: 27

yippie create incremental

developer response: yippie

Unexian gamedev April 18, 2024
+19comment score: 19

you can recurse in this game

Galaxy1 March 12, 2025
+18comment score: 18

So 1e80 BHV is an instant NaN....i beg you to fix this (UPVOTE)^^

galaxyuser63274 countest April 7, 2024
+9comment score: 9

Live on galaxy!!! Let's go!!!

_pq_ January 19, 2025
+7comment score: 7

Getting NaN crashes every time

read all comments