Comments

Log in with itch.io to leave a comment.

Just me or is the website have only a version 0.0.0? I am getting basic ore and smelting and rarely getting the 2nd ore. Not sure what to do or how to progress.

Hi Nanu,


As it stands, there is only a 1/1001 chance to get the 2nd ore. In the web version, ores A, AA, AAA, and A* will be available over time. I'm currently in a phase of simply bug fixes and refactoring to make it more extensible (this is my first game sorry). For the rest of the month it'll just be polish, but around mid March (four weeks), you should expect much more content.

Also you can smelt scrap earned from battles into ore AA.

Hope to see you around!

(1 edit)

Definitely needs an autosave and some better scaling, the available resolutions are either way too big or way too small. Personally, I like browser idle games that can be run in a narrower window. Looks promising otherwise though.

Interesting, what resolution are you running? I can add in more resolution support - as it stands it's just laptop 1366 x 768 and 1920 x 1080, which I think is a 16:9 aspect.

As for autosave, good point. I actually have it as a feature it's just not enabled because I'm constantly doing stuff to debug, but I'll roll out autosave for you in the next patch.

Thanks for the feedback!

Might take some work to fix, but making tooltips and the skill tree re-render upon buying things (or the underlying stats changing) would be amazing, I didn't even know that I was actually buying the skillnodes, my first thought when it didn't re-render was that the process had to do the upgrade itself as a task, but then I realized I was actually spending things, and re-opening the menu caused it to update!

Huh, sounds like I introduced a bug. I can fix that easily, thanks for letting me know!

(-1)

Something is wrong with the screen sizing. When the Process X pop up comes up, the bottom of it is cut off so I can't see or press some of the buttons. Not sure what else might be cut off in the main screen. But I suspect more is missing because the game play isn't making sense. Probably because of some parts of the screen cut off. Zooming in or out in Chrome doesn't change anything. 1366x768 is my pc's current and max resolution.

ditto, but 1920x1080

I'm guessing maybe the dev may be on a 4k screen and is doing some absolute positioning stuff?

(+1)

Yeah I'm on a 2K screen. I'm guessing it's because of the viewport. I'll fix this soon

I enabled embedding full screen in the bottom right using itch - does that help?

I do see some buttons get cut off even on non-web, so I'm guessing one way or another there's a problem with something's sizing and positioning. I'll look into this first thing tomorrow

It still has the same behavior after that change. Whether just using the pop out window or full screening that window shows the same cut off size.

Yeah I'm not sure how to center it - it seems like itch.io only allows auto-centering for unity projects? I'll dig into this more, thanks for letting me know