tic-tac-terminal 1.0.2

Tic-tac-toe in terminal! Play against another player locally or against the CPU (minimax algorithm).
Documentation
[dependencies.crossterm]
version = "0.27.0"

[dependencies.rand]
version = "0.8.5"

[package]
authors = ["Bartłomiej Jaszczak"]
description = "Tic-tac-toe in terminal! Play against another player locally or against the CPU (minimax algorithm)."
edition = "2021"
keywords = ["minimax", "tic-tac-toe", "game", "terminal"]
license = "MIT"
name = "tic-tac-terminal"
readme = "README.md"
repository = "https://gitlab.com/bartekjaszczak/tic-tac-terminal"
version = "1.0.2"