ultimate-ttt

Crates.ioultimate-ttt
lib.rsultimate-ttt
version0.1.0
sourcesrc
created_at2017-03-22 15:31:01.37597
updated_at2017-03-22 15:31:01.37597
descriptionUltimate Tic Tac Toe - Game engine
homepagehttps://github.com/socialgorithm/ultimate-ttt-rust
repositoryhttps://github.com/socialgorithm/ultimate-ttt-rust.git
max_upload_size
id9093
size4,625
Alejandro U. Alvarez (aurbano)

documentation

README

Ultimate TTT: Rust

Ultimate Tick Tack Toe implementation for algorithmic battles & hackathons :)

Travis Coverage Status

This is a Rust implementation of the Ultimate Tic Tac Toe game.

What this package provides is all the required logic for the game, by exposing a simple API.

Getting started

Add it to your dependencies:

[dependencies]

ultimate-ttt="0.1.0"

Then build:

$ cargo build

You can also run the tests in this repository by cloning it and running

$ cargo test
Commit count: 11

cargo fmt