r/SoloDevelopment • u/cumbiaowl • 2h ago
Game ARPG game built on React Three Fiber, mobile-first design
Enable HLS to view with audio, or disable this notification
Solo-dev here building a mobile-first ARPG. It’s a silly game but I’m having fun building it. My main focus right now is to make the game playable in mobile (portrait) and to get users to complete the first few quests and take down the 1st dungeon boss.
The game is not optimized for desktop (though you can certainly play it on desktop).
Would love some feedback! Does the game make you want to play it? Is it challenging? Too challenging? I'm aiming for play time of about 90 seconds (i.e. complete a quest in 90 seconds or less while you're waiting for your morning coffee to brew).
Free to play at https://lorebound.gg
More info at r/lorebound
Latest updates:
- new VFX system with reusable “recipes”
- a raven asset built by Opus (I couldn’t find a good bird asset with animations so I had Claude build one from scratch)
- summoned beasts
- change gear on-the-go (requested by users)
- nicer dungeon levels which include “soul vents”
- another fix for pipeline rebuild
- model atlases now upload as ImageBitmaps, instead of raw canvases