Tic Tac Toe Build Status

A CLI tic tac toe game written in Elixir

Computer always goes first and human goes second.

Installation/Running

Clone repo to local machine, navigate into cloned directory

cd ~/elixirttt

Get dependencies

mix deps.get

Start the console

iex -S mix

In the Elixir console run the following command

Game.play