/tic-tac-toe-elixir

A Tic Tac Toe game written in Elixir.

Primary LanguageElixir

TicTacToe

TODO: Add description

Installation

If available in Hex, the package can be installed as:

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

    def deps do [{:tic_tac_toe, "~> 0.0.1"}] end

  2. Ensure tic_tac_toe is started before your application:

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

tic-tac-toe-elixir