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

153 ratings

rated 4.0 stars, 153 ratings.
tmtjsactivehours2d

Posted April 4, 2024. Updated May 15, 2024. Played 16059 times for a total of 15081 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


celestemyst April 30, 2025
+1comment score: 1

some NaN issues at dark matter area, other commets seem to also mention it so yeah

evan April 24, 2025
+1comment score: 1

yay

arglbargl April 11, 2025
+6comment score: 6

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
+22comment score: 22

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

top comments


adoplayzz April 7, 2024
+27comment score: 27

yippie create incremental

developer response: yippie

Galaxy1 March 12, 2025
+22comment score: 22

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

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

you can recurse in this game

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