HackerTrans
TopNewTrendsCommentsPastAskShowJobs

user1241320

no profile record

Submissions

[untitled]

1 points·by user1241320·vorig jaar·0 comments

comments

user1241320
·vorig jaar·discuss
Potentially France could have all imports from US pass by Martinique and they’d save a lot of money
user1241320
·vorig jaar·discuss
Funny he put like Martinique which is a territory governed by France
user1241320
·vorig jaar·discuss
Inspired by the Dobble card game, a friend and I built an iOS version where the symbols are emojis! You can customize the difficulty with options like “only green emojis” or other themed sets.

We don’t want to put ads in the game, but we’re exploring ways to add non-free features to make a little money from it. Has anyone done something similar? Any insights or past experiences with monetizing a casual mobile game would be really helpful!
user1241320
·2 jaar geleden·discuss
One note from having worked with both that I don’t see mentioned: Golang dependencies are sources you basically pull and compile with your own code. In JVM-land dependencies are precompliled packages (jars). This adds one little step.