Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

Thanks. Very detailed inspection from your side.
I agree that rules and interfaces were not so well thought out in retrospect.
400/800 is because of "stable mode"(a mode intended for WASM due to performance, otherwise it should be able to grow to 800 when building from source.
The performance issue is something that had troubled me during the development, but alas my basic skill in Rust is not good enough to resolve it, so instead I reduced the amount of objects in the world - which made the game less stuttering but yeah this is not the right way to do it (optimize).
I am ashamed by heavily using vibe coding, because I saw in Discord many veterans were not happy about this and the jam rule kinda disallow it. Out of respect to others and myself I should definitely hone real Rust and Bevy skill from after this jam.

(+1)

No worries -- we all have to start somewhere and the organizers recommended publishing wasm builds, after all. I think that platform currently is best for more minimal games. "Just Let Me Sleep", for example, basically crawls after level 1 in the browser, but rockcen just put up native builds to resolve that issue.