Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 543 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 543 Bytes

Tabletop

Tabletop is a library for creating board games with Elixir.

Installation

Add :tabletop to the list of dependencies in mix.exs:

def deps do
  [
    {:tabletop, "~> 1.0"}
  ]
end

Update dependencies:

$ mix deps.get

Documentation

Documentation can be found on Hex Docs.

Examples

Tile based games implemented with tabletop.