1 unstable release
Uses old Rust 2015
0.1.0 | Mar 22, 2017 |
---|
#1320 in Game dev
3KB
Ultimate TTT: Rust
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.
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