defmodule Example.Game do use Amethyst.API.Game, meta: [default: true] @impl true def instantiate() do {:ok, [:hello]} end end