An open API service indexing awesome lists of open source software.

https://github.com/maxbeizer/tic_tac_toe


https://github.com/maxbeizer/tic_tac_toe

nash-elixir nash-fp

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# TicTacToe

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add `tic_tac_toe` to your list of dependencies in `mix.exs`:

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

2. Ensure `tic_tac_toe` is started before your application:

```elixir
def application do
[applications: [:tic_tac_toe]]
end
```