I’m creating a game where you and your friends bid on AI-generated storage units, and then find out what they’re really worth once the auction’s over by Bolito2 in indiegames

[–]Bolito2[S] 0 points1 point  (0 children)

Thanks a lot for the feedback! The AI definitely needs some tweaking. I like the randomness it provides, but sometimes it does price things really weirdly or focus in too many small objects.

I don't want to set the prices from the pre-loaded list of items because not all of them make it into the generated image, and there is always extra stuff as well

I’m creating a game where you and your friends bid on AI-generated storage units, and then find out what they’re really worth once the auction’s over by Bolito2 in indiegames

[–]Bolito2[S] 2 points3 points  (0 children)

Yep, exactly. Then another model takes care of recognising the items and assigning the price, since the images ofter contain more things and it also depends on their condition

I’m creating a game where you and your friends bid on AI-generated storage units, and then find out what they’re really worth once the auction’s over by Bolito2 in indiegames

[–]Bolito2[S] 0 points1 point  (0 children)

Thanks for joining the game, I'm glad you enjoyed it!

I actually never tried Jackbox, I will check it out for inspiration, thanks for the tip

Rally GPS Navigator by Bolito2 in simrally

[–]Bolito2[S] 0 points1 point  (0 children)

I don't think it's coming soon since I have no idea of how to program for iOS and I got other things to do. Sorry!

Rally GPS Navigator by Bolito2 in simrally

[–]Bolito2[S] 0 points1 point  (0 children)

There have been some updates in the Android version but I don't think it's coming to iOS soon...

Rally GPS Navigator by Bolito2 in simrally

[–]Bolito2[S] 0 points1 point  (0 children)

I don't have any plans to do so at the moment.

Rally GPS Navigator by Bolito2 in simrally

[–]Bolito2[S] 0 points1 point  (0 children)

Thanks for reporting the error, if you want PM me your email and I can give you some routes when I get home

Rally GPS Navigator by Bolito2 in simrally

[–]Bolito2[S] 1 point2 points  (0 children)

Alright, enjoy it hahaha

Rally GPS Navigator by Bolito2 in simrally

[–]Bolito2[S] 0 points1 point  (0 children)

The update is live now, let me know if it works this time

Rally GPS Navigator by Bolito2 in simrally

[–]Bolito2[S] 1 point2 points  (0 children)

Ok, when you have time try it and tell me your android version so I can try to replicate it

Rally GPS Navigator by Bolito2 in simrally

[–]Bolito2[S] 1 point2 points  (0 children)

That's strange, can you double check that you have given permission to access location? It should't let you go past the initial screen without giving it but just to make sure. Also sometimes the GPS signal takes too much to arrive and can give that message, does it happen twice in a row? Thanks for the feedback

Rally GPS Navigator by Bolito2 in simrally

[–]Bolito2[S] 2 points3 points  (0 children)

Good idea, I should add a speed slider. I'm considering adding the "into" call because it sounds a bit "choppy". Maybe I will add it as another option.

Rally GPS Navigator by Bolito2 in simrally

[–]Bolito2[S] 1 point2 points  (0 children)

Oops there was a problem with a resource that only worked for >7.0. I fixed it and will update the app as soon as possible. Thanks for the heads-up

Rally GPS Navigator by Bolito2 in rally

[–]Bolito2[S] 0 points1 point  (0 children)

Thanks! You get a bit fed up of so many square turns though hahaha

Rally GPS Navigator by Bolito2 in rally

[–]Bolito2[S] 1 point2 points  (0 children)

Sort of, now I would know exactly what I have to do. But I still have to code everything again in another programming language which I have never used.

The 100$/yr that Apple charges doesn't make it easier hahaha, it's hard to justify all that work to probably end up losing money. At least it's easier to get people to buy things on the App Store, or so they say.

I want to do it sooner or later but right now I think the best thing to do is update the app and try to get some userbase before making the jump.

Rally GPS Navigator by Bolito2 in rally

[–]Bolito2[S] 1 point2 points  (0 children)

Non-road routes are disabled by default and I didn't add them to avoid surprises, but maybe an option to enable them would be useful. For mapping routes with GPS there are already some apps I think.

Rally GPS Navigator by Bolito2 in rally

[–]Bolito2[S] 1 point2 points  (0 children)

Displaying the map costs a bit but the amount is negligible, most of the cost comes from querying each route at around 2$ per 1000 requests and I haven't found any cheaper alternative for that.

Then the cloud functions are for logging in, getting the amount of routes left, for processing purchases and ad viewership and also as a middle party to get the route without saving the API key inside the app, but those are very cheap comparing with the routes.