Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/thomas-mauran/tic-tac-toe

Rust simple tic tac toe
https://github.com/thomas-mauran/tic-tac-toe

Last synced: 3 months ago
JSON representation

Rust simple tic tac toe

Lists

README

        


Tic tac toe


preview of the game

### Try it out

**With docker**

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

**With Cargo**

```bash
git clone [email protected]:thomas-mauran/tic-tac-toe.git
cd tic-tac-toe
cargo build --release
./target/release/tic-tac-toe
```