The follow mix project contains a module TicTacToe.Game which was built as part of a code jam for Philly Elixir.
Things you can do:
- Run
mix testto see validation of behavior. - Run
mix docsto generate HTML documentation. - Run
mix credo --strictto validate the correctness of the code. - Run
mix dialyzerto confirm the manual typespecs.