#tic-tac-toe #game #week #cli-game

yanked rusttt

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

Uses old Rust 2015

0.1.1 Jun 29, 2016
0.1.0 Jun 28, 2016

#15 in #week

EPL-1.0 license

37KB
977 lines

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

  • 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

No runtime deps