Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 649 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 649 Bytes

TicTacToe

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 test to see validation of behavior.
  • Run mix docs to generate HTML documentation.
  • Run mix credo --strict to validate the correctness of the code.
  • Run mix dialyzer to confirm the manual typespecs.

Other TicTacToe Demos