thomas-mauran / tic-tac-toe

Rust simple tic tac toe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic tac toe

preview of the game

Try it out

With docker

docker run --rm -it thomasmauran/tic-tac-toe

With Cargo

git clone git@github.com:thomas-mauran/tic-tac-toe.git
cd tic-tac-toe
cargo build --release
./target/release/tic-tac-toe

About

Rust simple tic tac toe


Languages

Language:Rust 97.8%Language:Dockerfile 2.2%