-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
License #2
Comments
@babouinette thanks for the question! It was just an oversight. Added an explicit licence file. Apache v2. Have at it! https://github.com/fly-apps/tictac/blob/main/LICENSE |
I hit some odd behavior with Horde when going multi-region. I hope to come back to this idea and create a more complete example. The specific issue is that Horde makes the assumption that your nodes are in the same data center. So creating a new game server process is randomly created anywhere your app is hosted. You may have two players connecting from Germany but the GenServer process gets created in Chicago, USA. Not ideal! Just a heads-up that Horde needs some regional awareness added to make it be more intuitive for a global deployment. |
Thank you for your answer. I will keep that in mind while analyzing the repo. Thanks for the heads-up :) |
Hello
First let me say your poc is really great. I'm studying it to implement my own multiplayer card game and it seems to have everything you could want.
One question I have is : I can't seem to find a license (which means if I'm not wrong it's impossible to use the code).
Is it an oversight? Could I use your repo as a base for a commercial game for example?
Thanks by advance for your answer And again : great job 👍
The text was updated successfully, but these errors were encountered: