mlvhub / tic-tac-toe-elixir

A Tic Tac Toe game written in Elixir.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Tic Tac Toe game written in Elixir.


Languages

Language:Elixir 100.0%