📄️ Overview
You can extend GenGame functionality beyond its capability with hooks. Hooks let you run your own function in between events, so you can achieve thing like server authoritative actions.
📄️ Using Elixir
Extend GenGame Using Elixir
📄️ HTTP Server Hook
GenGame can be extended with any programming language as long as they have network. Every messages will be passed to your server via HTTP protocol.