/boards

A Rust program to generate all the terminal positions of the game of Tic-Tac-Toe.

Primary LanguageRustMIT LicenseMIT

Tic-Tac-Toe Terminal Positions

A Rust program to generate all the terminal positions of the game of Tic-Tac-Toe.

Rotations, transpositions, games-still-in-progress and impossible board states are not shown.

Build to target/release/boards with:

$ cargo build --release

MIT license.

Thomas David Baker <bakert@gmail.com>