The app has the same core game written in Erlang but translated to Elixir. It is part of the transition studies from Erlang Programming language to Elixir.
mix deps.get
iex -S mix
Once running, you can visit localhost:4000 from your browser.
The next command will create and publish your application image into the docker
make docker.build
make local.deploy.install
make local.deploy.uninstall