Rusttt

####Tic Tac Toe in Rust

About

A CLI game of Tic Tac Toe written in a week in Rust

Run Packaged Binary (new install on OS X)

Requirements

Install & play

``` brew update && brew install rust && export PATH="$HOME/.cargo/bin:$PATH"

cargo install rusttt

rusttt ```

Local Development

Requirements

Setup (new install OS X)

``` brew update && brew install rust

git clone git@github.com:synkte/rusttt.git && cd rusttt

cargo test ```

Optional

Install cargo-watch to run tests on file change

cargo install cargo-watch

Running

cargo run

License

Copyright © 2016 Vincent Storme

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Notes

Yes, I did buy rust-lang.io