ultimate-ttt 0.1.0

Ultimate Tic Tac Toe - Game engine
Documentation
  • Coverage
  • 0%
    0 out of 6 items documented0 out of 0 items with examples
  • Size
  • Source code size: 4.78 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.42 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • socialgorithm/ultimate-ttt-rust
    0 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • aurbano

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