# [Rusttt](http://rust-lang.io) ####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 * Rust (version 1.9.0; run `rustc --version`) * Cargo (version 0.10.0; run `cargo --version`) #### Install & play ``` brew update && brew install rust && export PATH="$HOME/.cargo/bin:$PATH" cargo install rusttt rusttt ``` ## Local Development #### Requirements * Rust (version 1.9.0; run `rustc --version`) * Cargo (version 0.10.0; run `cargo --version`) * Patience #### 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](http://rust-lang.io)