Tabletop is a library for creating board games with Elixir.
Add :tabletop to the list of dependencies in mix.exs:
def deps do
[
{:tabletop, "~> 1.0"}
]
endUpdate dependencies:
$ mix deps.get
Documentation can be found on Hex Docs.
Tile based games implemented with tabletop.