tic-tac-terminal 1.0.2

Tic-tac-toe in terminal! Play against another player locally or against the CPU (minimax algorithm).
Documentation
# tic-tac-terminal

**tic-tac-terminal** is a terminal implementation of tic-tac-toe game written in rust. Works on linux and windows. You can play against another player locally or against the "CPU" (minimax algorithm).

# Installation

You can install the crate locally with:

```bash
$ cargo install tic-tac-terminal
```

or clone the repository and run it without installation with:

```bash
$ cargo run
```