With docker
docker run --rm -it thomasmauran/tic-tac-toe
With Cargo
git clone [email protected]:thomas-mauran/tic-tac-toe.git
cd tic-tac-toe
cargo build --release
./target/release/tic-tac-toe
With docker
docker run --rm -it thomasmauran/tic-tac-toe
With Cargo
git clone [email protected]:thomas-mauran/tic-tac-toe.git
cd tic-tac-toe
cargo build --release
./target/release/tic-tac-toe