An implementation of 2-player 3x3 tic-tac-toe in Rust. Made in my free time to get familiar with the language.
- Install rust
- Run
cargo run --release
in the project directory
Run cargo test
in the project directory
Run cargo doc
in the project directory