Home

Awesome

<div align=center> <h1>Tic tac toe</h1> <img src="./assets/preview.gif" alt="preview of the game"> </div>

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