Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 347 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 347 Bytes

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