Packages
game_server_core
1.0.1006
1.0.1006
1.0.1005
1.0.1004
1.0.1003
1.0.1001
1.0.999
1.0.998
1.0.997
1.0.996
1.0.995
1.0.994
1.0.993
1.0.992
1.0.991
1.0.990
1.0.989
1.0.988
1.0.987
1.0.986
1.0.985
1.0.984
1.0.983
1.0.982
1.0.981
1.0.980
1.0.979
1.0.978
1.0.977
1.0.976
1.0.975
1.0.974
1.0.973
1.0.972
1.0.971
1.0.970
1.0.969
1.0.968
1.0.967
1.0.966
1.0.965
1.0.964
1.0.963
1.0.962
1.0.961
1.0.959
1.0.958
1.0.956
1.0.951
1.0.950
1.0.943
1.0.942
1.0.941
1.0.940
1.0.938
1.0.936
1.0.935
1.0.931
1.0.929
1.0.5
Core functionality for Gamend GameServer, including user management, authentication, friends, matchmaking, and more.
Current section
Files
Jump to
Current section
Files
game_server_core
README.md
README.md
# 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`:
```elixir
def deps do
[
{:game_server_core, "~> 1.0.0"}
]
end
```