#tic-tac-toe #minimax #terminal #game

bin+lib tic-tac-terminal

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

3 stable releases

1.0.2 Mar 19, 2024

#96 in Games

Download history 341/week @ 2024-03-18 60/week @ 2024-04-01

401 downloads per month

MIT license

60KB
1.5K SLoC

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

Dependencies

~1–7.5MB
~25K SLoC