bakert / boards

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>

About

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

License:MIT License


Languages

Language:Rust 100.0%