Crates.io | tic-tac-terminal |
lib.rs | tic-tac-terminal |
version | 1.0.2 |
source | src |
created_at | 2024-03-19 20:49:12.569469 |
updated_at | 2024-03-19 22:10:38.015146 |
description | Tic-tac-toe in terminal! Play against another player locally or against the CPU (minimax algorithm). |
homepage | |
repository | https://gitlab.com/bartekjaszczak/tic-tac-terminal |
max_upload_size | |
id | 1179680 |
size | 68,606 |
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).
You can install the crate locally with:
$ cargo install tic-tac-terminal
or clone the repository and run it without installation with:
$ cargo run