/xo_game

xo (tic-tac-toe) game in elixir [for learning purposes]

Primary LanguageElixir

XoGame

Tic-Tac-Toe game written in Elixir, for fun and learning.

Usage

have elixir installed (or just erlang, it is sufficient for running the app)

$ git clone https://github.com/zaboco/xo_game.git && cd xo_game
$ mix deps.get
$ mix escript.build
$ ./xo_game

You can optionally clear the screen between each round, feature disabled by default:

./xo_game --clear