GameServer Core
Core functionality for Gamend GameServer, including user management, authentication, friends, matchmaking, and more.
Installation
Add game_server_core to your list of dependencies in mix.exs:
def deps do
[
{:game_server_core, "~> 1.0.0"}
]
end