TicTacToeElixir
A Game of Tic-Tac-Toe using Elixir
Setup/Installation
To build the escript for the project, use the command: $ mix escript.build
Running Tests
To run tests, from the root directory use the command: $ mix test
To run the test watcher: $ mix test.watch
Running the Program
To start running the program: $ ./tic_tac_toe_elixir
Dependencies
Elixir 1.8.1 (compiled with Erlang/OTP 21)