This is an educational project for me to learn Rust with.
git clone https://github.com/InDieTasten/tictactoe-rs
cd tictactoe-rs
cargo build
Usage: tictactoe-rs play <X> <O>
Arguments:
<X> [possible values: local, ai]
<O> [possible values: local, ai]
Options:
-h, --help Print help
-V, --version Print version
Local player vs local player
cargo run -- play local local
Local player vs AI
cargo run -- play local ai
AI vs AI
cargo run -- play ai ai