Skip to content
/ boards Public

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

License

Notifications You must be signed in to change notification settings

bakert/boards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages