Build Status

TTT

Installation

  1. First you must have Elixir installed

  2. Mac OS * Update your homebrew to latest: brew update * Run: brew install elixir

  3. If it's not in your PATH already, add Elixir (UNIX): * export PATH="$PATH:/path/to/elixir/bin"

  4. Further help can be found at Elixir-Lang

  5. Clone the repo

  • git clone https://github.com/sarahabimay/TicTacToe_Elixir.git

To Run the Tests:

$mix test

or if you want to run a specific module's tests:

$mix test test/test_builder_app_test.exs

or a specific test:

$mix test test/test_builder_app_test.exs:<line>

Starting the Game

  1. Make sure you have Elixir installed
  2. git clone the repo
  3. navigate to the TTT_ELIXIR directory
  4. start the game: mix tictactoe and then choose your game options from the menu..