AI Features

GenServer and Application

Learn how to implement a GenServer for the game logic.

GenServer

Definition

GenServer is an Elixir Behaviour that wraps its Erlang counterpart, ...