It took me a good minute to realise that to actually get anything at the start, you need to stand next to the cube with the heart and hold E. Maybe a little note somewhere to make this more obvious (or maybe I am particularly stupid :))
grovr
4
Posts
A member registered Jul 15, 2025
Recent community posts
Sneaking through the code, it seems to be an issue with calculateMaxAffordable as it returns 0:
item {baseCost: s, costIncreaseFactor: 1.0001, count: 943085}
lives {s: 1, e: 26, d: Array(3)}constructor: ƒ s(n)d: (3) [908474, 825369, 970790]e: 26s: 1[[Prototype]]: Object
calculateMaxAffordable(item, lives); 0I get a similar error on Chrome in the same place so probably fixed by the same fix but just in case it's useful:
react-dom.production.min.js:121 RangeError: Invalid string length
at getAlphabeticSuffix (index.html:28:35) at formatNumber (index.html:48:18)
at Header (index.html:195:93) at mf (react-dom.production.min.js:105:412)
at zf (react-dom.production.min.js:127:55) at Qk (react-dom.production.min.js:251:489)
at Ri (react-dom.production.min.js:195:185) at Ok (react-dom.production.min.js:195:116)
at Nd (react-dom.production.min.js:194:492) at Qf (react-dom.production.min.js:187:439)