Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 225 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 225 Bytes

#eTicTacToe

Simple Tic-Tac-Toe game in Erlang, human player vs bot computer

Using

git clone git://github.com/Tremax/eTicTacToe.git
cd eTicTacToe
erlc -o ebin ./src/*.erl
cd ebin
erl

main:s(PORT).