Live data from Hacker News

Show HN: Symbiants – digital ant farm / mental health companion

ant.care

11–13 of 13 posts

Re: Show HN: Symbiants – digital ant farm / mental health companion

#11

Earlier quoted context omitted.

https://www.forestapp.cc/ This one? :) It's actually called Forest, so you did remember the name, hah. I agree, it is similar. I feel it is also very similar to Finch, https://finchcare.com/ , but they really ramp up the cute/support where I'm trying to bring more Dwarf Fortress vibes to the pet part. Yeah, this is definitely a very blunt MVP. I have some loftier ideas for how to engage the user, but they take a lot…

It is the just Forest haha. Yeah, having a target number of ants or varying sizes could be interesting but I don't want small ants dying either :'( Agreed in game time is nice to match up to real life. But, do you really need detailed location data though? You can get rough location/timezone in a much less intrusive way using IP. You could even get timezone just in JS on the client side even. That should be enough to…

Yeah, fair, ants shouldn't die. I will think on it. Maybe they just go low on energy and hibernate. :)

Yeah. All of this code is written in Rust and running in WASM. I found it challenging to interface async JS callbacks with my Rust code. After I spent a bit of time trying to get what I thought the easiest route was to work (geolocation API) and failed on a simple callback, I decided to just throw in the lat/long inputs and see if people liked the feature at all. I agree that the best solution is one where the user doesn't even have to think about this feature

Re: Show HN: Symbiants – digital ant farm / mental health companion

#12

Earlier quoted context omitted.

It is the just Forest haha. Yeah, having a target number of ants or varying sizes could be interesting but I don't want small ants dying either :'( Agreed in game time is nice to match up to real life. But, do you really need detailed location data though? You can get rough location/timezone in a much less intrusive way using IP. You could even get timezone just in JS on the client side even. That should be enough to…

Yeah, fair, ants shouldn't die. I will think on it. Maybe they just go low on energy and hibernate. :) Yeah. All of this code is written in Rust and running in WASM. I found it challenging to interface async JS callbacks with my Rust code. After I spent a bit of time trying to get what I thought the easiest route was to work (geolocation API) and failed on a simple callback, I decided to just throw in the lat/long in…

Afraid I don't have much in the way of experience with Rust or WASM so can't help there.

Maybe instead of lat/long, you expose a dropdown of popular cities? Again not bulletproof but does make the user's life easier

Re: Show HN: Symbiants – digital ant farm / mental health companion

#13
post #3

You should look for help or comments on the incremental_games subreddit https://www.reddit.com/r/incremental_games/ ! Besides you can also look at galaxy.click website, to host your game and get nice features likes votes and comments. Anyway, nice work and keep it up!

Very cool :)
Post reply on HN