- cross-posted to:
- openstreetmap@lemmy.ml
- cross-posted to:
- openstreetmap@lemmy.ml
It took quite a while, but it’s finally out. Fully free, no ads, no in-app purchases (besides a “Support the developer” option), no data collection and fully offline playable. All you need is your phone and GPS :)
I originally made the game to go on walks, unfortunately I sat even more in front of my PC to develop it. It is what it is. Hopefully it motivates some of you to get your steps in 💚
General idea of the game: Collect ingredients, brew them into potions and sell them to merchants. With the gold and reputation you get you can buy things and decorate your neighborhood. Other players see the same map and resources (so you can indirectly play together), but the game world fully belongs to you (singleplayer only).
General roadmap right now:
- Adding achievements
- Adding buildings you can improve over time (tavern to attract merchants and an ingredient tree you need to grow)
- More minigames and improving the existing ones
- And of course bugfixes, please let me know if you run into issues :)
For any questions and suggestions I’m always available!




Thank you :)
Ground shadows for which part?
There’s procedural terrain (fully code generated) for the map. And then there’s the decorations/buildings you can place (low poly assets).
Originally I wanted to generate all art by code, like your character could pick clothing, eyes, nose, mouth, hair, … but I just couldn’t get it to look good enough (unfortunately, I thought it would be really cool).
I’m a software developer, not an artist. I can do design work and draw a little, but not good enough. So I used a local image generation model on my GPU, generating each asset dozens of times and then reworking the best one in GIMP until satisfied.
For the light effects I drew a greyscale map on another layer, which then gets added to the asset at night (colored in with the color the player picked).
I’d love to hire an artist to redraw everything in a better style, but that’s simply not in my budget. Maybe if the game actually makes some money, which is unlikely ^^’