To run the game:
Install rust compiler either following the instructions here or using rustup
Fire up console and follow the steps below
git clone https://github.com/sumproxy/tictactoe.git
cd tictactoe
cargo run [yourId] [rivalId]
If you want your own copy of the server follow the instructions here