tic-tac-terminal

Crates.iotic-tac-terminal
lib.rstic-tac-terminal
version1.0.2
sourcesrc
created_at2024-03-19 20:49:12.569469
updated_at2024-03-19 22:10:38.015146
descriptionTic-tac-toe in terminal! Play against another player locally or against the CPU (minimax algorithm).
homepage
repositoryhttps://gitlab.com/bartekjaszczak/tic-tac-terminal
max_upload_size
id1179680
size68,606
Bartłomiej Jaszczak (bartekprtc)

documentation

README

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:

$ cargo install tic-tac-terminal

or clone the repository and run it without installation with:

$ cargo run
Commit count: 32

cargo fmt