Current section

Files

Jump to
agonex README.md
Raw

README.md

# Agonex
This is the Elixir version of the Agones Game Server Client SDK.
## Installation
```elixir
def deps do
[
{:agonex, github: "shikanime/agonex"}
]
end
```