-
First you must have Elixir installed
-
Mac OS * Update your homebrew to latest:
brew update
* Run:brew install elixir
-
If it's not in your PATH already, add Elixir (UNIX): *
export PATH="$PATH:/path/to/elixir/bin"
-
Further help can be found at Elixir-Lang
-
Clone the repo
git clone https://github.com/sarahabimay/TicTacToe_Elixir.git
$mix test
$mix test test/test_builder_app_test.exs
$mix test test/test_builder_app_test.exs:<line>
- Make sure you have Elixir installed
- git clone the repo
- navigate to the TTT_ELIXIR directory
- start the game:
mix tictactoe
and then choose your game options from the menu..