Skip to main content

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

Does it not work in firefox? I click run game and just get a blank screen like it's not loading.

In the character customizer, it's weird I only see my change when I go to the next option.

I right clicked my book of healing and it disappeared, did I destroy it? :( I was just clicking randomly, if it's destroyed I wish I got a prompt before it happened.

The way dialogue text scrolls up fast looks weird to me. I think it shouldn't move so fast.

I don't really understand attacking. Right click seems to attack but not really? It's actually left click on enemy? Would be nice to have an auto attack so I don't have to keep clicking.

I think I got into a bugged state. The gobbos were beating up on me so I tried to use my healing spell. But it didn't seem to work and I died? But I didn't really die, everything just went dark but I have a sliver of health? Here's a screenshot: https://i.4cdn.org/vg/1683478201719971.png

You used React to build this right? That's awesome. The style seems cool, bit bummed it ended early for me.

Thanks for playing!

Firefox is at the least very "special".  Its less performant and zooming doesn't work there. However the game itself should start.

The books are right click to consume (as in learn). It seems i forgot to add the little info on the tooltip that says that (potions have this for example). I could put in a prompt to confirm, just because books are pretty valuable in the beginning.

Just like the books, i tried to imitate good old Diablo 1 with the dialogues. Apart from the nostalgia, i think the scrolling text is a bit suboptimal and i would like to remake the whole system. The scroll speed is supposed to be faster when there is less text, but i see why thats not necessarily a good thing.

The click events are a bit iffy: Holding a mouse button down doesn't repeat an action right now. I tried to implement this but for some reason a single click was triggered twice then. Once i overcame that little technical hurdle, an auto attack can become reality.

Im a bit late here, so your screenshot is dead. I will try to reproduce your scenario though.


Made it originally with React just to learn it, which might be the reason why older components may be less than optimal and some things need longer to fix/optimize. Now it's bundled with tauri so i can at least tell people with problems in Firefox to have a workaround by downloading the game :D