Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

now after buying nearly the last upgrade i get no progress and can't get the last upgrade, last few hours for nothing, great

(1 edit) (+1)

Looks like the issue's in the getCap(data) function, the line about hasUpgrade("bW", 11) - it multiplies your cap by the square root of your current points, which of course are 0 because you just reset. If you can get into the sources, then just changing it to game.points.pow(0.5).plus(1) fixes this issue

It seems that you can kickstart it by removing 1 from the working particles (type in "1" and press "-" on the left). I managed to finish the game with this.