Crates.io | ultimate-ttt |
lib.rs | ultimate-ttt |
version | 0.1.0 |
source | src |
created_at | 2017-03-22 15:31:01.37597 |
updated_at | 2017-03-22 15:31:01.37597 |
description | Ultimate Tic Tac Toe - Game engine |
homepage | https://github.com/socialgorithm/ultimate-ttt-rust |
repository | https://github.com/socialgorithm/ultimate-ttt-rust.git |
max_upload_size | |
id | 9093 |
size | 4,625 |
Ultimate Tick Tack Toe implementation for algorithmic battles & hackathons :)
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.
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