README.md

# TicTacToe [![CircleCI](https://circleci.com/gh/idabmat/tic_tac_toe.svg?style=svg)](https://circleci.com/gh/idabmat/tic_tac_toe)

Elixir implementation of a Tic Tac Toe game.

  * [WebSocket API](https://github.com/idabmat/tic_tac_toe_channel)
  * [React Client](https://github.com/idabmat/tic_tac_toe_client)

## Installation

The package can be installed by adding `tic_tac_toe` to your list of
dependencies in `mix.exs`:

```elixir
def deps do
  [
    {:tic_tac_toe, "~> 1.0.0"}
  ]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/tic_tac_toe](https://hexdocs.pm/tic_tac_toe).