···2020*.ez
21212222# Ignore package tarball (built via "mix hex.build").
2323-tit_tac_toe-*.tar
2323+tic_tac_toe-*.tar
24242525# Temporary files, for example, from tests.
2626/tmp/
2727*~
2828-\#*2828+\#*
+2-4
README.md
···11-# TitTacToe
11+# TicTacToe
2233A simple tic tac toe game in elixir.
44-55-## Installation
6475To see two random players play against each other, run:
86···1412 - term: an interactive player providing moves via the terminal
1513 - udp: a player that will send moves via udp packets
16141717-for example, to make player X play via the terminal and player O play via upd:
1515+for example, to make player X play via the terminal and player O play via udp:
18161917 mix start_game term udp