README.md

# Tabletop

Tabletop is a library for creating board games with Elixir.

## TODO

  * create tic-tac-toe game using library
  * create checkers using library
  * create chess using library

## Installation

Add `:tabletop` to the list of dependencies in `mix.exs`:
```elixir
def deps do
  [
    {:tabletop, "~> 0.1.0"}
  ]
end
```

## Documentation

Documentation can be found on [Hex Docs](https://hexdocs.pm/tabletop/0.1.0/api-reference.html#content).